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