liurenjie1024 commented on issue #599: URL: https://github.com/apache/iceberg-rust/issues/599#issuecomment-2370457883
I also have concern that this approach is too complicated. Could we have sth like: ```rust #[config] pub struct S3Properties { // We could write a macro for this #[config(key="s3.access.id")] pub access_key: String, pub access_key_id: String, pub region: Url, pub custom: HashMap<String, String>, } ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org