Object storage proxy settings.

This commit is contained in:
Joseph Hanson 2023-11-06 09:16:02 -06:00
parent c1753c84d5
commit fe205fdd52
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -686,3 +686,9 @@ object_storage:
# PeerTube can proxify requests to private objects so your users can access them # PeerTube can proxify requests to private objects so your users can access them
# Use null if your S3 provider does not support object ACL # Use null if your S3 provider does not support object ACL
private: 'private' private: 'private'
proxy:
# If private files (private/internal video files) have a private ACL, users can't access directly the ressource
# PeerTube can proxify requests between your object storage service and your users
# If you disable PeerTube proxy, ensure you use your own proxy that is able to access the private files
# Or you can also set a public ACL for private files in object storage if you don't want to use a proxy
proxify_private_files: true