We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0894a5f + 81a8e1f commit 55cb83fCopy full SHA for 55cb83f
1 file changed
docs/managing_deis/running-deis-without-ceph.rst
@@ -123,11 +123,12 @@ The :ref:`registry` component won't start until it's configured with an S3 store
123
$ BUCKET=MYS3BUCKET
124
$ AWS_ACCESS_KEY=something
125
$ AWS_SECRET_KEY=something
126
+ $ AWS_S3_REGION=some-aws-region #(e.g., us-west-1)
127
$ deisctl config registry set s3bucket=${BUCKET} \
128
bucketName=${BUCKET} \
129
s3accessKey=${AWS_ACCESS_KEY} \
130
s3secretKey=${AWS_SECRET_KEY} \
- s3region=eu-west-1 \
131
+ s3region=${AWS_S3_REGION} \
132
s3path=/ \
133
s3encrypt=false \
134
s3secure=false
0 commit comments