Skip to content

Commit

Permalink
NIT-858 Fixing invalid bucket name in s3 bucket policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahzad Chaudhry committed Oct 11, 2023
1 parent a04a346 commit fd7859e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ data "aws_iam_policy_document" "core_shared_services_bucket_access" {
"s3:GetObject"
]
resources = [
"arn:aws:s3:::mod-platform-image-artefact-bucket*/*",
"arn:aws:s3:::mod-platform-image-artefact-bucket*"
"arn:aws:s3:::mod-platform-image-artefact-bucket20230203091453221500000001/*",
"arn:aws:s3:::mod-platform-image-artefact-bucket20230203091453221500000001"
]
}
}
Expand Down

0 comments on commit fd7859e

Please sign in to comment.