aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 48613e1c3..167d23af8 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -146,8 +146,11 @@ object_storage:
146 146
147 region: 'us-east-1' 147 region: 'us-east-1'
148 148
149 # Set this ACL on each uploaded object 149 upload_acl:
150 upload_acl: 'public-read' 150 # Set this ACL on each uploaded object of public/unlisted videos
151 public: 'public-read'
152 # Set this ACL on each uploaded object of private/internal videos
153 private: 'private'
151 154
152 credentials: 155 credentials:
153 # You can also use AWS_ACCESS_KEY_ID env variable 156 # You can also use AWS_ACCESS_KEY_ID env variable