ember-cli-deploy / ember-cli-deploy-s3

An ember-cli-deploy plugin to upload to s3
MIT License
53 stars 82 forks source link

Optionally ignore ACLs #174

Closed khornberg closed 1 year ago

khornberg commented 1 year ago

What Changed & Why

Since April 2023, buckets by default have ACLs off. This change allows ACLs to be ignored if set to false. This allows the plugin to work with the default bucket policy.

Related issues

Link to related issues in this or other repositories (if any)

PR Checklist

People

Mention people who would be interested in the changeset (if any)

lukemelia commented 1 year ago

Thanks @khornberg !

lukemelia commented 1 year ago

Released as v3.3.0