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

Sigv4a signing region set config bugfix #3279

Merged

Conversation

SamRemis
Copy link
Contributor

Fixes a bug where the sigv4a_signing_region_set configuration in the config file and the corresponding environment variable would be ignored

Fixes a bug where the sigv4a_signing_region_set configuration in the config file and the corresponding environment variable would be ignored
Copy link
Contributor

@nateprewitt nateprewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a functional test that exercises the ConfigProvider to ensure we don't regress this again in the future?

botocore/args.py Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.18%. Comparing base (0e229ae) to head (b03041b).
Report is 111 commits behind head on develop.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3279   +/-   ##
========================================
  Coverage    93.17%   93.18%           
========================================
  Files           66       66           
  Lines        14339    14345    +6     
========================================
+ Hits         13361    13367    +6     
  Misses         978      978           

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

Copy link
Contributor

@hssyoo hssyoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏆

Copy link

@aemous aemous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Looks like the message arg in test_auth_config#assert_all_requirements_match is unused.

.changes/next-release/bugfix-Config-98372.json Outdated Show resolved Hide resolved
botocore/args.py Outdated Show resolved Hide resolved
botocore/args.py Outdated Show resolved Hide resolved
tests/functional/test_auth_config.py Outdated Show resolved Hide resolved
@nateprewitt nateprewitt force-pushed the sigv4a-signing-region-set-config-bugfix branch from fb7cd10 to b03041b Compare October 16, 2024 15:44
@SamRemis SamRemis merged commit b127e9b into boto:develop Oct 16, 2024
40 checks passed
aws-sdk-python-automation added a commit that referenced this pull request Oct 16, 2024
* release-1.35.42:
  Bumping version to 1.35.42
  Update to latest models
  Merge customizations for S3
  Sigv4a signing region set config bugfix (#3279)
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.

5 participants