mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
Fix S3-compliant storage providers support
This commit is contained in:
parent
a42594859f
commit
f8905ae64c
@ -27,6 +27,7 @@ func NewAwsS3StorageProvider(clientId string, clientSecret string, region string
|
|||||||
Region: region,
|
Region: region,
|
||||||
Bucket: bucket,
|
Bucket: bucket,
|
||||||
Endpoint: endpoint,
|
Endpoint: endpoint,
|
||||||
|
S3Endpoint: endpoint,
|
||||||
ACL: awss3.BucketCannedACLPublicRead,
|
ACL: awss3.BucketCannedACLPublicRead,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user