tustvold commented on code in PR #3395:
URL: https://github.com/apache/arrow-rs/pull/3395#discussion_r1057309000
##########
object_store/src/aws/client.rs:
##########
@@ -189,9 +189,9 @@ struct CompleteMultipart {
#[derive(Debug, Serialize)]
struct MultipartPart {
- #[serde(rename = "$unflatten=ETag")]
+ #[serde(rename = "ETag")]
Review Comment:
$unflatten is no longer needed, and has been removed
--
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]