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

Minor Fix to Local Credential Logic #336

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Minor Fix to Local Credential Logic #336

merged 2 commits into from
Jul 18, 2024

Conversation

zprobst
Copy link
Contributor

@zprobst zprobst commented Jul 18, 2024

We were accidentlly supplying args intended for boto3 to botocore. In this case, we do not need to supply those args at all, we just need to get the credentials.

@zprobst zprobst requested a review from ccloes as a code owner July 18, 2024 16:05
Copy link

codecov bot commented Jul 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.87%. Comparing base (2474f4d) to head (494c0eb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #336   +/-   ##
=======================================
  Coverage   97.87%   97.87%           
=======================================
  Files         144      144           
  Lines        5141     5141           
=======================================
  Hits         5032     5032           
  Misses        109      109           
Flag Coverage Δ
3.10-macos-latest 97.87% <100.00%> (ø)
3.10-ubuntu-latest 97.87% <100.00%> (ø)
3.10-windows-latest 97.83% <100.00%> (ø)
3.11-macos-latest 97.87% <100.00%> (ø)
3.11-ubuntu-latest 97.87% <100.00%> (ø)
3.11-windows-latest 97.83% <100.00%> (ø)
3.12-macos-latest 97.87% <100.00%> (ø)
3.12-ubuntu-latest 97.87% <100.00%> (ø)
3.12-windows-latest 97.83% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@zprobst zprobst merged commit aa130eb into main Jul 18, 2024
11 checks passed
@zprobst zprobst deleted the fix/grab-local-creds branch July 30, 2024 15:06
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