From 9489b536a2266181c937415bf6c297c9b7e2696a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 26 Jan 2024 17:20:07 +0100 Subject: [PATCH] Add warning for s3 provider support --- config/default.yaml | 1 + config/production.yaml.example | 1 + 2 files changed, 2 insertions(+) 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'