Assigned
Status Update
Comments
pr...@google.com <pr...@google.com>
pr...@google.com <pr...@google.com>
pr...@google.com <pr...@google.com> #2
Thanks for the post.
Upon checking, it appears that this is a duplicate of
ds...@burwood.com <ds...@burwood.com> #3
Is there an update on this issue or ETA? We have several 100 TBs loaded via the S3 API and Boto. We did not realize that large files through Boto3 default to using multipart. We can't copy the objects unless we do a compose first which is causing us to rewrite integrations.
jo...@gmail.com <jo...@gmail.com> #4
Seems implemented now:
Objects created using XML API multipart uploads can now be copied and rewritten normally. Previously, you had to perform an object composition on such objects before the output could be copied or rewritten.
Description
This will create a feature request which anybody can view and comment on.
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish:
Rewriting objects created via Multipart Upload.
How this might work:
We should be able to rewrite objects created via Multipart Upload.
Other information (workarounds you have tried, documentation consulted, etc):
The possible workaround is downloading the object locally and uploading it, but this would incur extra charges.