Skip to content

Commit

Permalink
fix: correct cachers.OSS.load
Browse files Browse the repository at this point in the history
  • Loading branch information
aofei committed Jun 13, 2019
1 parent 8725ce5 commit d65e44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachers/oss.go
Expand Up @@ -43,7 +43,7 @@ func (o *OSS) load() {
o.minio = &MinIO{
Endpoint: endpoint,
AccessKeyID: o.AccessKeyID,
SecretAccessKey: o.SecretKeySecret,
SecretAccessKey: o.AccessKeySecret,
BucketName: o.BucketName,
Root: o.Root,
virtualHosted: true,
Expand Down

0 comments on commit d65e44c

Please sign in to comment.