c-thiel opened a new pull request, #505: URL: https://github.com/apache/iceberg-rust/pull/505
Currently we are not supporting quite a few attributes in FileIO for S3. Most important for me is Path-Style-Access. While on it, I added SSE as well. Java Attributes: https://iceberg.apache.org/javadoc/1.4.1/constant-values.html Relevant Opendal docs: https://nightlies.apache.org/opendal/opendal-docs-stable/docs/rust/opendal/services/struct.S3.html#server-side-encryption What I am desperately missing and couldn't implement easily because its missing in Opendal is: 1. Everything around soft-deletes (`s3.delete.*`) 2. Remote signing ("s3.remote-signing-enabled") @Xuanwo I am not too familiar with Opendal yet. Do you think supporting those would be a large effort? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
