Skip to content

Commit

Permalink
Merge pull request #283 from grycap/dev-slangarita
Browse files Browse the repository at this point in the history
update minio policy
  • Loading branch information
SergioLangaritaBenitez authored Jan 15, 2025
2 parents aed590d + a7505e1 commit 599a1d6
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 599a1d6

Please sign in to comment.