Skip to content

Commit

Permalink
Update data-buckets-stack.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
williamputraintan committed Dec 5, 2023
1 parent e80b856 commit 5b1239e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-data-buckets/data-buckets-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class DataBucketsStack extends Stack {
bucket.addToResourcePolicy(
new PolicyStatement({
effect: Effect.ALLOW,
actions: ["*"],
actions: ["s3:Get*", "s3:List*"],
principals: [new AnyPrincipal()],
resources: [bucket.bucketArn, bucket.arnForObjects("*")],
conditions: {
Expand Down

0 comments on commit 5b1239e

Please sign in to comment.