Skip to content

[Bug] Load the proper AWS credential for glue/dynamodb catalog#892

Description

@kevinjqliu

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 #515 (comment)

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions