More object storage configs.

This commit is contained in:
Joseph Hanson 2023-11-06 09:05:31 -06:00
parent 51d5d2033f
commit c1753c84d5
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -678,3 +678,11 @@ smtp:
ca_file: null # Used for self signed certificates
object_storage:
max_upload_part: 100MB
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'