wjones127 commented on issue #5334: URL: https://github.com/apache/arrow-rs/issues/5334#issuecomment-1912696904
I think this seems reasonable. I'm particularly interested in the encryption part at the moment. > it at least avoids implementation code needing to know the particulars of how Azure vs AWS encode encryption information in request/response headers This is appealing. I'm sure downstream libraries, including ours, would appreciate being able to add support for object store encryption without having to do this piecemeal for each cloud. IIUC, this API would require passing in encryption information for each request. In Lance, we might have this configured at the client level, but it doesn't seem unreasonable that we could do that in our `ObjectStore` wrapper. -- 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]
