-
Notifications
You must be signed in to change notification settings - Fork 916
Merging H2 changes to master #651
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…derChain to ease troubleshooting.
…Provider (and vice-versa).
…gResponseHandler to ResponseTransformer. Made method names common between the implementation. Made support for byte arrays and strings match between sync and async.
Remove release flag
Create Uber JAR for Kinesis
…her than default User-Agent in Java when making requests to metadata service Similar to AWS Golang SDK and Ruby SDK, send a User-Agent other than the default User-Agent when making requests to the EC2 metadata for credentials. aws/aws-sdk-java#1562 for aws-sdk-java addresses this also. PR #1445 for botocore implements this too. This will enable protection of AWS credentials from Server Side Request Forgery (SSRF) vectors by being able to use a metadata proxy to block requests that do not have the right User-Agent set. User-Agent is not controllable by an attacker via SSRF.
…erceptors. Order shouldn't matter and the last name was awkward. Marked ExecutionInterceptor as internal for now. We have some changes we want to make, so we'd like to discourage people from implementing it.
…ted them as do-not-implement. We have some changes expected in these interfaces before release.
Fixes and build stability
…RoleCredentialsProvider
Updated to next snapshot version 2.0.0-preview-12-SNAPSHOT
Add the mfa_serial profile property
Add the ability to provide a Supplier<AssumeRoleRequest> to StsAssume…
Merge master into H2
varunnvs92
approved these changes
Aug 8, 2018
aws-sdk-java-automation
added a commit
that referenced
this pull request
Oct 28, 2019
…aeaad720 Pull request: release <- staging/de80519b-f98d-4b85-a77b-aa63aeaad720
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.