benesch commented on issue #6799:
URL: https://github.com/apache/arrow-rs/issues/6799#issuecomment-2499713001

   I put up two PRs that should tackle this on the object-store side:
   
     * https://github.com/apache/arrow-rs/pull/6801 tweaks the implementation 
of `S3ConditionalPut::ETag` to support S3's specific `If-Match` semantics. I've 
tested this against real S3 and it works, so this is ready to be merged 
(pending review, of course).
     * https://github.com/apache/arrow-rs/pull/6802 rips out 
`S3ConditionalPut::ETagIfNotExists`. This will require that CI can exercise 
`S3ConditionalPut::ETag` against localstack, so this is blocked until we have a 
version of localstack that supports `If-Match` (thanks, @bentsku!).


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