Skip to content

Verifying the http default values #525

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
merged 1 commit into from
Jun 6, 2018
Merged

Conversation

varunnvs92
Copy link
Contributor

@varunnvs92 varunnvs92 commented Jun 6, 2018

All current options in following classes are advanced
AwsAdvancedClientOption
SdkAdvancedClientOption
SdkAdvancedAsyncClientOption

All default values match the values used in v1. I don't remember any discussion on changing these values.
https://github.com/aws/aws-sdk-java-v2/blob/master/http-client-spi/src/main/java/software/amazon/awssdk/http/SdkHttpConfigurationOption.java#L81-L88

https://github.com/aws/aws-sdk-java-v2/blob/master/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/Defaults.java

Other Changes
Removed unused option in SdkSystemSetting class

@varunnvs92 varunnvs92 force-pushed the varunkn/CleanupTasks2 branch from 3172214 to 88c86de Compare June 6, 2018 19:49
@varunnvs92 varunnvs92 force-pushed the varunkn/CleanupTasks2 branch from 88c86de to bd48f53 Compare June 6, 2018 20:32
* Whether the default configuration applied to AWS clients should be optimized for services within the same region.
* This will usually include lower request timeouts because requests do not need to travel outside of the AWS network.
*/
AWS_IN_REGION_OPTIMIZATION_ENABLED("aws.inRegionOptimizationEnabled", "false"),
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we removing this because it is unused?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes

@varunnvs92 varunnvs92 merged commit 521015e into master Jun 6, 2018
@varunnvs92 varunnvs92 deleted the varunkn/CleanupTasks2 branch June 6, 2018 21:42
aws-sdk-java-automation added a commit that referenced this pull request Jun 5, 2019
…fbb0f478

Pull request: release <- staging/1a31d288-677e-4b7d-a59b-1706fbb0f478
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