You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
S3 buckets behind a CDN don't need public read access at all. So when I try to deploy to my S3 bucket, I get "access denied" because the putObject call is doing ACL: 'public-read'.
There's also another bug where if you specify a cdnPath like this:
cdnPath: https://cdn.site.org/subfolder
the files get put at the root level in the S3 bucket, e.g. v1.0/file1.js rather than subfolder/v1.0/file1.js.
I'm happy to open PRs for these.
The text was updated successfully, but these errors were encountered:
S3 buckets behind a CDN don't need public read access at all. So when I try to deploy to my S3 bucket, I get "access denied" because the putObject call is doing
ACL: 'public-read'
.There's also another bug where if you specify a cdnPath like this:
cdnPath: https://cdn.site.org/subfolder
the files get put at the root level in the S3 bucket, e.g.
v1.0/file1.js
rather thansubfolder/v1.0/file1.js
.I'm happy to open PRs for these.
The text was updated successfully, but these errors were encountered: