Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Dec 14, 2023
1 parent 08d7f3c commit ba84c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const s3Policy = new aws.iam.Policy('swift-build-s3-write-only', {
{
Effect: 'Allow',
Action: ['s3:PutObject'],
Resource: ['arn:aws:s3:::prod-infra-api-artifactsbucket70f686f6-ahndteqyzoel']
Resource: ['arn:aws:s3:::prod-infra-api-artifactsbucket70f686f6-ahndteqyzoel/*']
}
]
}
Expand Down

0 comments on commit ba84c68

Please sign in to comment.