Skip to content
Snippets Groups Projects
Commit db01fa0e authored by MeiMei's avatar MeiMei Committed by syuilo
Browse files

Enable s3ForcePathStyle (#5234)

parent 0c49a1eb
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ export function getS3(meta: Meta) {
secretAccessKey: meta.objectStorageSecretKey,
region: meta.objectStorageRegion,
sslEnabled: meta.objectStorageUseSSL,
s3ForcePathStyle: true,
httpOptions: {
}
} as S3.ClientConfiguration;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment