Enable s3ForcePathStyle (#5234)
This commit is contained in:
parent
0c49a1ebd5
commit
db01fa0eef
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ export function getS3(meta: Meta) {
|
||||||
secretAccessKey: meta.objectStorageSecretKey,
|
secretAccessKey: meta.objectStorageSecretKey,
|
||||||
region: meta.objectStorageRegion,
|
region: meta.objectStorageRegion,
|
||||||
sslEnabled: meta.objectStorageUseSSL,
|
sslEnabled: meta.objectStorageUseSSL,
|
||||||
|
s3ForcePathStyle: true,
|
||||||
httpOptions: {
|
httpOptions: {
|
||||||
}
|
}
|
||||||
} as S3.ClientConfiguration;
|
} as S3.ClientConfiguration;
|
||||||
|
|
Loading…
Reference in a new issue