Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify S3 config naming convention #1301

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

kevinjqliu
Copy link
Contributor

@kevinjqliu kevinjqliu commented Nov 6, 2024

  • Add role- prefix to session-name (session-name -> role-session-name)
  • Modified aws. prefix to client. prefix (aws.role-arn -> client.role-arn, aws.session-name -> client.role-session-name) since all other Unified AWS Credentials starts with client. Added to docs as well.

Doc changes:
Under S3
Screenshot 2024-11-06 at 11 07 13 AM
Under Unified AWS Credentials
Screenshot 2024-11-06 at 11 07 50 AM

role-arn and session-name were added in #1296, has not been released so this change is backwards compatible

@Fokko
Copy link
Contributor

Fokko commented Nov 6, 2024

@kevinjqliu Great catch, thanks!

@kevinjqliu kevinjqliu merged commit 2778ec2 into apache:main Nov 6, 2024
7 checks passed
@kevinjqliu kevinjqliu deleted the kevinjqliu/s3-role branch November 6, 2024 21:03
@kevinjqliu kevinjqliu added this to the PyIceberg 0.8.0 release milestone Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants