diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 2 | ||||
-rw-r--r-- | config/production.yaml.example | 2 |
2 files changed, 4 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: |
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: |