diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 3 | ||||
-rw-r--r-- | config/production.yaml.example | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 42ce12c18..6db8d3803 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -138,6 +138,9 @@ object_storage: | |||
138 | 138 | ||
139 | region: 'us-east-1' | 139 | region: 'us-east-1' |
140 | 140 | ||
141 | # Set this ACL on each uploaded object | ||
142 | upload_acl: 'public-read' | ||
143 | |||
141 | credentials: | 144 | credentials: |
142 | # You can also use AWS_ACCESS_KEY_ID env variable | 145 | # You can also use AWS_ACCESS_KEY_ID env variable |
143 | access_key_id: '' | 146 | access_key_id: '' |
diff --git a/config/production.yaml.example b/config/production.yaml.example index bb1b4615b..e6e85da12 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -134,6 +134,9 @@ object_storage: | |||
134 | 134 | ||
135 | region: 'us-east-1' | 135 | region: 'us-east-1' |
136 | 136 | ||
137 | # Set this ACL on each uploaded object | ||
138 | upload_acl: 'public' | ||
139 | |||
137 | credentials: | 140 | credentials: |
138 | # You can also use AWS_ACCESS_KEY_ID env variable | 141 | # You can also use AWS_ACCESS_KEY_ID env variable |
139 | access_key_id: '' | 142 | access_key_id: '' |