Fix: S3 adaption for minio

This commit is contained in:
HFO4
2020-10-11 13:05:14 +08:00
parent 41eb84a221
commit 77394313aa
4 changed files with 15 additions and 4 deletions

View File

@ -62,6 +62,7 @@ func (handler *Driver) InitS3Client() error {
Region: &handler.Policy.OptionsSerialized.Region,
S3ForcePathStyle: aws.Bool(false),
})
if err != nil {
return err
}