tustvold commented on code in PR #561:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/561#discussion_r2692141081


##########
src/aws/mod.rs:
##########
@@ -314,14 +368,31 @@ impl ObjectStore for AmazonS3 {
             mode,
             extensions: _,
         } = options;
+        // Determine source size to decide between single CopyObject and 
multipart copy

Review Comment:
   Is there some way we can avoid this, e.g. we try CopyObject normally and on 
error fallback to multipart? Otherwise this adds an additional S3 roundtrip to 
every copy request.



-- 
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]

Reply via email to