diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 17dc6839b..36fa70417 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -157,9 +157,11 @@ object_storage: | |||
157 | 157 | ||
158 | upload_acl: | 158 | upload_acl: |
159 | # Set this ACL on each uploaded object of public/unlisted videos | 159 | # Set this ACL on each uploaded object of public/unlisted videos |
160 | # Use null if your S3 provider does not support object ACL | ||
160 | public: 'public-read' | 161 | public: 'public-read' |
161 | # Set this ACL on each uploaded object of private/internal videos | 162 | # Set this ACL on each uploaded object of private/internal videos |
162 | # PeerTube can proxify requests to private objects so your users can access them | 163 | # PeerTube can proxify requests to private objects so your users can access them |
164 | # Use null if your S3 provider does not support object ACL | ||
163 | private: 'private' | 165 | private: 'private' |
164 | 166 | ||
165 | proxy: | 167 | proxy: |