wudihero2 opened a new issue, #1207: URL: https://github.com/apache/iceberg-python/issues/1207
### Question ### Question In #922 standardize some AWS credential names, but I am confused why not use below code to use aws profile name at pyiceberg.io.fsspec.py? ``` profile_session = AioSession(profile="xxx") fs = s3fs.S3FileSystem(session=profile_session) ``` It supports the use of AWS profile names like `glue.profile-name' as in the following code at pyiceberg.catalog.glue.py ``` profile_name=PropertyUtil.get_first_property_value(properties, GLUE_PROFILE_NAME, DEPRECATED_PROFILE_NAME), ``` Maybe it would be a better improvement if we could use profile name or is there some concern I haven't considered? -- 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.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