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

fix: AWS environment config was not loaded when credential provider was used #20611

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

nameexhaustion
Copy link
Collaborator

@nameexhaustion nameexhaustion commented Jan 8, 2025

ref #20096

Partially reverts d75d8d9 - that PR was originally to address an issue for GCP but it also changed the code for AWS.

This should fix the issue - I couldn't reproduce the panic but I suspect that it is due to the code that is attempting to get the bucket name due to the region no longer being loaded from the environment

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 8, 2025
@nameexhaustion nameexhaustion changed the title fix: Initialize AWS object store config from environment fix: AWS environment config was not loaded when credential provider was used Jan 8, 2025
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.00%. Comparing base (785bb1e) to head (c5a2289).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20611      +/-   ##
==========================================
- Coverage   79.00%   79.00%   -0.01%     
==========================================
  Files        1566     1566              
  Lines      221034   221030       -4     
  Branches     2510     2510              
==========================================
- Hits       174623   174616       -7     
- Misses      45837    45840       +3     
  Partials      574      574              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nameexhaustion nameexhaustion marked this pull request as ready for review January 8, 2025 09:38
@ritchie46 ritchie46 merged commit ccd130b into pola-rs:main Jan 8, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants