fix: fix URL path in MinIO storage provider(#1818)

This commit is contained in:
imp2002 2023-05-08 16:48:56 +08:00 committed by GitHub
parent 3a6846b32c
commit 3699177837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ func NewMinIOS3StorageProvider(clientId string, clientSecret string, region stri
Endpoint: endpoint, Endpoint: endpoint,
S3Endpoint: endpoint, S3Endpoint: endpoint,
ACL: awss3.BucketCannedACLPublicRead, ACL: awss3.BucketCannedACLPublicRead,
S3ForcePathStyle: true, S3ForcePathStyle: false,
}) })
return sp return sp