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

Commit 0e8639b

Browse files
committed
Added sample config for cloudfront with S3
1 parent 3e3c6c3 commit 0e8639b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/config_sample.yml

+14
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,20 @@ s3: &s3
9090
boto_port: _env:AWS_PORT
9191
boto_calling_format: _env:AWS_CALLING_FORMAT
9292

93+
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
103+
cloudfront:
104+
base: _env:CF_BASE_URL
105+
keyid: _env:CF_KEYID
106+
keysecret: _env:CF_KEYSECRET
93107

94108
azureblob: &azureblob
95109
<<: *common

0 commit comments

Comments
 (0)