mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Enable s3ForcePathStyle (#5234)
This commit is contained in:
parent
f6eebb2d0a
commit
9ebfe9e97f
@ -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 New Issue
Block a user