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

Commit bcade0b

Browse files
committed
Inheriting S3 config
1 parent 0e8639b commit bcade0b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

config/config_sample.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,7 @@ s3: &s3
9191
boto_calling_format: _env:AWS_CALLING_FORMAT
9292

9393
cloudfronts3: &cloudfronts3
94-
<<: *common
95-
storage: s3
96-
s3_region: _env:AWS_REGION
97-
boto_bucket: _env:AWS_BUCKET
98-
storage_path: _env:STORAGE_PATH:/registry
99-
s3_encrypt: _env:AWS_ENCRYPT:true
100-
s3_secure: _env:AWS_SECURE:true
101-
s3_access_key: _env:AWS_KEY
102-
s3_secret_key: _env:AWS_SECRET
94+
<<: *s3
10395
cloudfront:
10496
base: _env:CF_BASE_URL
10597
keyid: _env:CF_KEYID

0 commit comments

Comments
 (0)