Skip to content

Commit

Permalink
Merge pull request #979 from spack/revert-977-main
Browse files Browse the repository at this point in the history
Revert "Enable stesachs@amazon.com to run `s3 sync` on a sub-bucket"
  • Loading branch information
mvandenburgh authored Oct 22, 2024
2 parents e127594 + ba4ea06 commit fcfc033
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions terraform/modules/spack_aws_k8s/bootstrap_s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ resource "aws_s3_bucket_policy" "bootstrap" {
"AWS" : "arn:aws:iam::679174810898:root"
},
"Action" : [
"s3:CopyObject*",
"s3:DeleteObject*",
"s3:GetObject*",
"s3:ListBucket*",
"s3:ListObjects*",
"s3:PutObject*"
"s3:PutObject*",
"s3:DeleteObject*"
],
"Resource" : "arn:aws:s3:::${aws_s3_bucket.bootstrap.bucket}/pcluster/*"
}
Expand Down

0 comments on commit fcfc033

Please sign in to comment.