Skip to content

Commit d01eeb4

Browse files
update minio dependency to latest release (#603)
iam/policies now support wildcard actions for all actions such as 's3:Get*', 's3:Put*' new policies such as CreateBucket now honors LocationConstraint set but rejecting calls that do not honor region.
1 parent 7121dbf commit d01eeb4

File tree

6 files changed

+65
-40
lines changed

6 files changed

+65
-40
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ require (
1616
github.com/jessevdk/go-flags v1.4.0
1717
github.com/minio/cli v1.22.0
1818
github.com/minio/kes v0.11.0
19-
github.com/minio/mc v0.0.0-20201220181029-41c804b179de
20-
github.com/minio/minio v0.0.0-20210128013121-e79829b5b368
21-
github.com/minio/minio-go/v7 v7.0.8-0.20210127003153-c40722862654
19+
github.com/minio/mc v0.0.0-20210213084525-7672841f8c58
20+
github.com/minio/minio v0.0.0-20210216195645-87cce344f6e4
21+
github.com/minio/minio-go/v7 v7.0.9-0.20210210235136-83423dddb072
2222
github.com/minio/operator v0.0.0-20210201110528-753019b838b4
2323
github.com/minio/operator/logsearchapi v0.0.0-20210201110528-753019b838b4
2424
github.com/mitchellh/go-homedir v1.1.0

0 commit comments

Comments
 (0)