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