Add warning for s3 provider support
This commit is contained in:
parent
88006beeb3
commit
9489b536a2
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue