]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Merge branch 'release/5.0.0' into develop
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index 17dc6839bbc28822ad883601b3e731efbc3e23ef..36fa704178fd75074acb30ffbc440c7d7210f662 100644 (file)
@@ -157,9 +157,11 @@ object_storage:
 
   upload_acl:
     # Set this ACL on each uploaded object of public/unlisted videos
+    # Use null if your S3 provider does not support object ACL
     public: 'public-read'
     # Set this ACL on each uploaded object of private/internal videos
     # PeerTube can proxify requests to private objects so your users can access them
+    # Use null if your S3 provider does not support object ACL
     private: 'private'
 
   proxy: