Disable private ACLs

default
dump_stack() 2023-04-09 11:09:38 +00:00
parent ee268529e7
commit 9efc9323c6
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 2 deletions

View File

@ -122,10 +122,10 @@ in {
upload_acl:
public: 'public-read'
private: 'private'
private: 'public-read'
proxy:
proxify_private_files: true
proxify_private_files: false
credentials:
access_key_id: '${secrets.peertube.s3.id}'