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 Jan 18, 2025. It is now read-only.
Starting in September 2020, AWS supports the creation of S3 storage buckets that do not support ACLs.This means that you cannot specify ACL parameters (such as public-read) when uploading files.
#85
if I add "--acl public-read", I will get the error "An error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs".
But If I don't add "--acl public-read", It works out.
So hopefully, either take a look at it in code or modify README.md to remind users
The text was updated successfully, but these errors were encountered:
wicogohome
added a commit
to wicogohome/wicogoblog
that referenced
this issue
Mar 27, 2024
if I add "--acl public-read", I will get the error "An error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs".
But If I don't add "--acl public-read", It works out.
So hopefully, either take a look at it in code or modify README.md to remind users
The text was updated successfully, but these errors were encountered: