More object storage configs.
This commit is contained in:
parent
51d5d2033f
commit
c1753c84d5
1 changed files with 8 additions and 0 deletions
|
@ -678,3 +678,11 @@ smtp:
|
||||||
ca_file: null # Used for self signed certificates
|
ca_file: null # Used for self signed certificates
|
||||||
object_storage:
|
object_storage:
|
||||||
max_upload_part: 100MB
|
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'
|
||||||
|
|
Reference in a new issue