Add warning for s3 provider support

This commit is contained in:
Chocobozzz 2024-01-26 17:20:07 +01:00
parent 88006beeb3
commit 9489b536a2
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 2 additions and 0 deletions

View file

@ -182,6 +182,7 @@ object_storage:
enabled: false
# Without protocol, will default to HTTPS
# Your S3 provider must support virtual hosting of buckets as PeerTube doesn't support path style requests
endpoint: '' # 's3.amazonaws.com' or 's3.fr-par.scw.cloud' for example
region: 'us-east-1'

View file

@ -180,6 +180,7 @@ object_storage:
enabled: false
# Without protocol, will default to HTTPS
# Your S3 provider must support virtual hosting of buckets as PeerTube doesn't support path style requests
endpoint: '' # 's3.amazonaws.com' or 's3.fr-par.scw.cloud' for example
region: 'us-east-1'