tustvold commented on code in PR #5205:
URL: https://github.com/apache/arrow-rs/pull/5205#discussion_r1423722712
##########
object_store/src/aws/mod.rs:
##########
@@ -307,6 +307,11 @@ impl MultiPartStore for AmazonS3 {
self.client.put_part(path, id, part_idx, data).await
}
+ async fn put_object(&self, path: &Path, data: Bytes) -> Result<()> {
Review Comment:
If the data is already in memory, i.e. Bytes what is the motivation for
using multipart?
--
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]