blackmwk opened a new issue, #3129: URL: https://github.com/apache/iceberg-rust/issues/3129
### Is your feature request related to a problem or challenge? The storage configs may contain sensitive data like credentials, storing them in a raw hashmap makes some operatiions like Debug, Display, Serialization unsafe and leaking them. ### Describe the solution you'd like We should store a concrete stroage config struct in `FileIO`, and mark each sensitive values in them. ### Willingness to contribute I can contribute to this feature independently -- 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]
