Skip to content

Commit ea5a964

Browse files
Add read access for dist prefix (#1349)
Signed-off-by: Peter Zhu <[email protected]>
1 parent dd1560d commit ea5a964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployment/lib/identities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export class Identities {
4545
props.buildBucket.grantRead(bundleRole, '*/shas/*');
4646
props.buildBucket.grantPut(bundleRole, '*/shas/*');
4747

48+
props.buildBucket.grantRead(bundleRole, '*/dist/*');
4849
props.buildBucket.grantPut(bundleRole, '*/dist/*');
4950

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

0 commit comments

Comments
 (0)