Skip to content

Commit

Permalink
more s3 access
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Jan 10, 2025
1 parent 25afe0c commit 9469fa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gen3/bin/kube-setup-gen3-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ setup_gen3_workflow_infra() {
"s3:ListBucket",
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject"
"s3:DeleteObject",
"s3:PutEncryptionConfiguration",
"s3:PutBucketPolicy",
"s3:PutLifecycleConfiguration"
],
"Resource": [
"arn:aws:s3:::gen3wf-*",
Expand Down

0 comments on commit 9469fa4

Please sign in to comment.