Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
This repository was 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

Description

@ArkiLovesProgramming

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions