diff --git a/config/default.yaml b/config/default.yaml index 513836ae7..5aeb25d5e 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -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' diff --git a/config/production.yaml.example b/config/production.yaml.example index f255c6205..dca6f7308 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -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'