tustvold commented on code in PR #6794:
URL: https://github.com/apache/arrow-rs/pull/6794#discussion_r1868525102


##########
object_store/src/aws/client.rs:
##########
@@ -682,6 +716,10 @@ impl S3Client {
                 response.e_tag
             }
         };
+
+        let meta = PartMetadata { e_tag, checksum };
+        let content_id = quick_xml::se::to_string(&meta).unwrap();

Review Comment:
   This logic should only be enabled if checksums are enabled



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