Support path-based S3 storage. Closes #1495 (#1496)

* Support path-based S3 storage. Closes #1495

Revert "Remove forcing old path-style URLs with s3. Closes #497"

This reverts commit b2953028cf.

* #1495 Path-style S3 compatibile URLs implemented

https://github.com/owncast/owncast/issues/1495

It gives ability to use S3 compatibile providers that doesn't
support virtual-host-style URLs (i.e. Oracle Cloud Object Storage)

Co-authored-by: Artur Angiel <artur@angiel.ovh>
This commit is contained in:
Artur Angiel
2021-10-29 02:27:44 +02:00
committed by GitHub
parent 2600afa022
commit 2110dfd30c
3 changed files with 9 additions and 3 deletions

View File

@@ -160,6 +160,8 @@ components:
type: string
acl:
type: string
forcePathStyle:
type: boolean
required:
- enabled
StreamQuality: