Closed xbuzz closed 5 years ago
Thank you
:tada: This PR is included in version 1.0.0-alpha.1 :tada:
The release is available on:
v1.0.0-alpha.1
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 1.0.0-rc.1 :tada:
The release is available on:
v1.0.0-rc.1
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 1.0.0 :tada:
The release is available on:
v1.0.0
Your semantic-release bot :package::rocket:
Description
This fixes an issue in
S3BotoStorageMixin
where themove
method would fail to preserve the existing files ACL policy. This is problematic for S3 buckets that do not default topublic-read
as objects will default to the buckets ACL policy and not the existing objects policy which is expected for a "move" operation.Steps to reproduce
public-read
as the buckets default policy