Skip to content

Commit 3b1eb4a

Browse files
author
Aaron Schlesinger
committed
doc(src/install-deis/configuring-object-storage.md): clarifying the given S3 URL
1 parent 6cbee9b commit 3b1eb4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/installing-deis/configuring-object-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Additionally, Deis ships with a [Minio](http://minio.io) [component](https://git
1919
The Deis components determine what object storage system to use via environment variables that you set up. The below list is the lookup order for all Deis components.
2020

2121
- `DEIS_OUTSIDE_STORAGE` - The external S3-compatible object storage system. Commonly used URLs:
22-
- `s3.amazonaws.com` for Amazon S3
22+
- `s3.amazonaws.com` for Amazon S3's `us-east-1a` region
2323
- `storage.googleapis.com` for Google Cloud Storage
2424
- `DEIS_MINIO_SERVICE_HOST` and `DEIS_MINIO_SERVICE_PORT` - The in-cluster Minio service. Note that these will be set automatically by Kubernetes if you run [Minio](http://minio.io) as a service in the cluster. See [the Minio service from the Deis Minio Chart](https://github.com/deis/charts/blob/master/deis-dev/manifests/deis-minio-service.yaml) for an example service.
2525

0 commit comments

Comments
 (0)