kevinjqliu opened a new issue, #892: URL: https://github.com/apache/iceberg-python/issues/892
### Apache Iceberg version None ### Please describe the bug 🐞 `s3.access-key-id` and `s3.secret-access-key` are the pyiceberg way to pass AWS credentials as properties to the catalog. However, in the `glue` and `dynamodb` catalog, `aws_access_key_id ` and `aws_secret_access_key` is expected https://github.com/search?q=repo%3Aapache%2Ficeberg-python+aws_secret_access_key+path%3A.py+-path%3Atests&type=code Also see https://github.com/apache/iceberg-python/issues/515#issuecomment-2208697240 We should standardize on a using `s3.access-key-id` and `s3.secret-access-key` for glue/dynamodb catalog. And perhaps also fall back to `aws_access_key_id`/`aws_secret_access_key` -- 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