-
Notifications
You must be signed in to change notification settings - Fork 142
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
[iss-167] X-RAY creates new session #180
[iss-167] X-RAY creates new session #180
Conversation
…ersion before `signature_version=UNSIGNED`
…ersion before `signature_version=UNSIGNED`
…ersion before `signature_version=UNSIGNED`
tests fail due to #179 or more preciselly to say boto/botocore#1829 |
PR #179 is merged; tests pass. Rebasing current PR |
Codecov Report
@@ Coverage Diff @@
## master #180 +/- ##
==========================================
- Coverage 83.4% 83.33% -0.07%
==========================================
Files 77 77
Lines 2910 2910
==========================================
- Hits 2427 2425 -2
- Misses 483 485 +2
Continue to review full report at Codecov.
|
…ersion before `signature_version=UNSIGNED`
…ersion before `signature_version=UNSIGNED`
…on' of https://github.com/polamayster/aws-xray-sdk-python into issue-167-X-RAY-creates-new-session-with-hardcoded-region
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Thank you very much for your contribution!
@chanchiem thanks a lot for a collaboration! |
*Issue #167 *
Description of changes:
Added empty AWS credentials for botocore versions before
signature_version=UNSIGNED
to prevent unnecessary/redundant credentials retrieval (IAM role) as they actually are not needed for a x-ray client.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.