Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 1527e14

Browse files
committed
Add boto_bucket to example config
Registry won't connect to s3 with example config because of missing bucket. Adding boto_bucket makes the example config work.
1 parent 21e8bde commit 1527e14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ prod:
9999
s3_access_key: _env:AWS_S3_ACCESS_KEY
100100
s3_secret_key: _env:AWS_S3_SECRET_KEY
101101
s3_bucket: _env:AWS_S3_BUCKET
102+
boto_bucket: _env:AWS_S3_BUCKET
102103
storage_path: /srv/docker
103104
smtp_host: localhost
104105
from_addr: [email protected]

0 commit comments

Comments
 (0)