provinzkraut commented on issue #396: URL: https://github.com/apache/arrow-rs-object-store/issues/396#issuecomment-2927541969
> I think this is a duplicate of [#289](https://github.com/apache/arrow-rs-object-store/issues/289) Maybe more of an extension of it? #289 only mentions supporting it in `put_multipart_opts`, this issue aims to implement support for it across the board. > I'd definitely advise looking into if/how Azure supports this - its multipart implementation is rather different from S3 (and by extension GCS which matches S3), and has a tendency to require information at different points in the process. Azure does support it quite well. Support for this on azure was my initial use case, and I had hacked together a quick poc of it to see if it's feasible. The `Put Block List` API used by `object_store` supports this via the `If-Match` header (documented indirectly [here](https://learn.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations)) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org