Enable s3ForcePathStyle (#5234)

This commit is contained in:
MeiMei 2019-07-31 18:11:11 +09:00 committed by syuilo
parent 0c49a1ebd5
commit db01fa0eef

View file

@ -17,6 +17,7 @@ export function getS3(meta: Meta) {
secretAccessKey: meta.objectStorageSecretKey,
region: meta.objectStorageRegion,
sslEnabled: meta.objectStorageUseSSL,
s3ForcePathStyle: true,
httpOptions: {
}
} as S3.ClientConfiguration;