Skip to content

Commit

Permalink
OCPBUGS-31678: aws: remove non-existent permission
Browse files Browse the repository at this point in the history
The `HeadBucket` API call requires `s3:ListBucket` instead [1]

[1] https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html
  • Loading branch information
r4f4 committed Apr 3, 2024
1 parent e1b51b1 commit 323519b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/aws/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ var (
"s3:GetLifecycleConfiguration",
"s3:GetBucketLocation",
"s3:ListBucket",
"s3:HeadBucket",
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject",
Expand Down

0 comments on commit 323519b

Please sign in to comment.