Skip to content

Commit

Permalink
Merge pull request #284 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
SergioLangaritaBenitez authored Jan 15, 2025
2 parents 4716219 + 599a1d6 commit aa0575d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/utils/minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ func (minIOAdminClient *MinIOAdminClient) CreateAddPolicy(bucketName string, pol
policy = []byte(p)
} else {
actualPolicy := &Policy{
Version: "2012-10-17",
Statement: []Statement{
{
Resource: []string{rs},
Expand Down

0 comments on commit aa0575d

Please sign in to comment.