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 1b7c3314d..20094ae8f 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -154,9 +154,11 @@ object_storage: | |||
154 | 154 | ||
155 | upload_acl: | 155 | upload_acl: |
156 | # Set this ACL on each uploaded object of public/unlisted videos | 156 | # Set this ACL on each uploaded object of public/unlisted videos |
157 | # Use null if your S3 provider does not support object ACL | ||
157 | public: 'public-read' | 158 | public: 'public-read' |
158 | # Set this ACL on each uploaded object of private/internal videos | 159 | # Set this ACL on each uploaded object of private/internal videos |
159 | # PeerTube can proxify requests to private objects so your users can access them | 160 | # PeerTube can proxify requests to private objects so your users can access them |
161 | # Use null if your S3 provider does not support object ACL | ||
160 | private: 'private' | 162 | private: 'private' |
161 | 163 | ||
162 | proxy: | 164 | proxy: |