fhilgers commented on issue #6285: URL: https://github.com/apache/arrow-rs/issues/6285#issuecomment-2350804999
After playing around a bit, I found out that this can be worked around just by using multipart copy: 1. Initiate Multipart Upload 2. Upload Part Copy 3. Supply `if-none-match` to Complete Multipart Upload Using the header just for `CopyObject` results in an NotImplemented error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
