JakeDern commented on issue #413: URL: https://github.com/apache/arrow-rs-object-store/issues/413#issuecomment-3145108949
@faysou For sure, makes sense about aws-lc-rs. I think the only thing I'm not sure about from the AI solution is the mutually exclusive features part. I had read in the cargo book that it's best to avoid if possible, but maybe this is one of those cases where it makes sense: https://doc.rust-lang.org/cargo/reference/features.html#mutually-exclusive-features. This is not something I've personally had much experience with. @tustvold Do you have an opinion on having mutually exclusive features for different crypto providers vs having a feature for ring be default and then having a higher precedence feature replace ring with aws-lc-rs? Or maybe you know of a different better way 🙂 -- 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