Commit a9bdd09b authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add OBS FE as S3 service provider

parent 4f270c4a
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
@@ -79,15 +79,11 @@ The S3 template uses some global configuration used throughout all jobs.
The template might be used with other storage systems provided they are implementing a compatible API. 
In that case, you'll have to override the default `$S3_ENDPOINT_HOST` and `$S3_WEBSITE_ENDPOINT`variables.

Google Cloud Platform supports [S3 interoperability](https://cloud.google.com/storage/docs/interoperability). The corresponding configuration is:

| Name                   | Value for GCP     |
| ---------------------- | ----------------- |
| `S3_ENDPOINT_HOST`     | `storage.googleapis.com` |
| `S3_WEBSITE_ENDPOINT`  | _website hosting in GCP not supported by `s3cmd`_ |

S3 interoperability support from Microsoft Azure requires using [Minio](https://min.io/).
Read [this article](https://cloudblogs.microsoft.com/opensource/2017/11/09/s3cmd-amazon-s3-compatible-apps-azure-storage/) for further information.
| Provider               | `S3_ENDPOINT_HOST`   | `S3_WEBSITE_ENDPOINT` |
| ---------------------- | -------------------- | --------------------- |
| [Google Cloud Platform](https://cloud.google.com/storage/docs/interoperability) | `storage.googleapis.com` | _website hosting in GCP not supported by `s3cmd`_ |
| Microsoft Azure | requires using [Minio](https://min.io/)<br/>Read [this article](https://cloudblogs.microsoft.com/opensource/2017/11/09/s3cmd-amazon-s3-compatible-apps-azure-storage/) for further information | N/A |
| [Flexible Engine (Orange Business Services)](https://docs.prod-cloud-ocb.orange-business.com/endpoint/) | `oss.<region>.prod-cloud-ocb.orange-business.com` (:warning: `<region>` must be set) | `https://%(bucket)s.oss-website.%(location)s.prod-cloud-ocb.orange-business.com` |

### Secrets management