forked from FoundKeyGang/FoundKey
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,
|
||||
region: meta.objectStorageRegion,
|
||||
sslEnabled: meta.objectStorageUseSSL,
|
||||
s3ForcePathStyle: true,
|
||||
httpOptions: {
|
||||
}
|
||||
} as S3.ClientConfiguration;
|
||||
|
|
Loading…
Reference in a new issue