CloudFront: AccessDenied on /blog/2 and /tags/ #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
S3 REST origin + OAC returns AccessDenied for extensionless paths like /blog/2 and /tags/ because S3 does not resolve directory indexes. CloudFront Function currently only appends index.html for trailing slash paths.
Repro
Expected
Acceptance Criteria
Resolved by CloudFront Function rewrite and cache invalidation.