* #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:
@@ -357,4 +357,9 @@ export const S3_TEXT_FIELDS_INFO = {
|
||||
pattern: DEFAULT_TEXTFIELD_URL_PATTERN,
|
||||
useTrim: true,
|
||||
},
|
||||
forcePathStyle: {
|
||||
fieldName: 'forcePathStyle',
|
||||
label: 'Force path-style',
|
||||
tip: 'If your S3 provider doesn\'t support virtual-hosted-style URLs set this to ON (i.e. Oracle Cloud Object Storage)',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -34,6 +34,7 @@ export const initialServerConfigState: ConfigDetails = {
|
||||
region: '',
|
||||
secret: '',
|
||||
servingEndpoint: '',
|
||||
forcePathStyle: false,
|
||||
},
|
||||
yp: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user