* #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) * https://github.com/owncast/owncast/issues/1495 Renaming rest of 'pathBased' to 'forcePathStyle'
This commit is contained in:
@@ -79,6 +79,7 @@ export interface S3Field {
|
||||
region: string;
|
||||
secret: string;
|
||||
servingEndpoint?: string;
|
||||
forcePathStyle: boolean;
|
||||
}
|
||||
|
||||
export interface ExternalAction {
|
||||
|
||||
Reference in New Issue
Block a user