Skip to content

Commit

Permalink
Add read access for dist prefix (#1349)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Dec 15, 2021
1 parent dd1560d commit ea5a964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/lib/identities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class Identities {
props.buildBucket.grantRead(bundleRole, '*/shas/*');
props.buildBucket.grantPut(bundleRole, '*/shas/*');

props.buildBucket.grantRead(bundleRole, '*/dist/*');
props.buildBucket.grantPut(bundleRole, '*/dist/*');

props.buildBucket.grantRead(testRole, '*/dist/*');
Expand Down

0 comments on commit ea5a964

Please sign in to comment.