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
* enable server-side bucket to bucket copies
The 'copy_object' method permits setting different source and target buckets. When different, a server-side copy takes place between the buckets.
Appropriate ACLs must exist in AWS, but this is a quick method for copying keys between buckets within the same account and region.
Copying across regions and/or accounts is more complex, and is not enabled with this change.
* Allow settable extra_args for uploads and downloads
Allow setting upload and download `extra_args` values for the lifetime of the filesystem instance.
Ticket #32 has details
* Moved args to constructor and removed bucket copy
* load unquoted json if value is a string
* Expose `acl` and `cache-control` directly and via opener
* Small cleanup
* (bugfix) Only set if value exists
* Boto3 changed from `extra_args` to `ExtraArgs` at some point
This has been tested and works.
I uploaded a file to a private bucket, setting the max-age and ACL.
0 commit comments