aws-samples / cloudfront-authorization-at-edge

Protect downloads of your content hosted on CloudFront with Cognito authentication using cookies and Lambda@Edge
https://aws.amazon.com/blogs/networking-and-content-delivery/authorizationedge-using-cookies-protect-your-amazon-cloudfront-content-from-being-downloaded-by-unauthenticated-users/
MIT No Attribution
478 stars 157 forks source link

fix: add PutBucketTagging to UsEast1DeploymentHandler policy #261

Closed SolP-Aleios closed 6 months ago

SolP-Aleios commented 7 months ago

Issue #, if available: #260

Description of changes:

Add s3:PutBucketTagging to the allowed actions in UsEast1DeploymentHandler's policies.

[x] By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ottokruse commented 6 months ago

Thanks!