Skip to content

Commit

Permalink
update minio policy
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Jan 15, 2025
1 parent 4716219 commit a7505e1
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 a7505e1

Please sign in to comment.