-
Notifications
You must be signed in to change notification settings - Fork 910
[Default Configuration Part1]: Add defaults mode configuration #2781
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
[Default Configuration Part1]: Add defaults mode configuration #2781
Conversation
@@ -0,0 +1,53 @@ | |||
{ | |||
"version": 1, |
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.
This is just a temporary file for development. It will get replaced with the actual file before we release the feature.
6790bcf
to
23e33a3
Compare
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.
Just a minor comment
core/profiles/src/main/java/software/amazon/awssdk/profiles/ProfileProperty.java
Show resolved
Hide resolved
23e33a3
to
861e4d2
Compare
Kudos, SonarCloud Quality Gate passed! |
* Add support to generate DefaultsMode and implement configuration resolution (#2781) * [Default Configuration Part 2]:Implement auto mode discovery (#2786) * Implement auto mode discovery * Fix tests on CodeBuild * Address feedback * Add comment and rename misnamed constant * [Default Configuration Part 3]: add defaults from defaults mode to the configuration resolution chain (#2803) * Wiring up configuration * Address comments * Add test * Update debug statement and add singleton for AttributeMap * Add tlsNegotiationTimeout (#2814) * [Default Configuration Part 5]: Move default configuration related classes to aws-core (#2816) * Move default configuration related classes to aws-core * Remove extra space and fix build * [Default Configuration Part 6]: apply default s3 us-east-1 regional setting (#2825) * Add s3 regional setting * Rename option name * Fix checkstyle * Update sdk-default-configuraiton.json * Add changelog entry
…f1ed8b869 Pull request: release <- staging/28d4199e-6322-4b24-a264-2c9f1ed8b869
Description
Note that this will be merged to
feature/master/defaults-mode
branch instead of master once approved.DefaultsMode
. The generation logic is incodegen-lite
and it will get generated when buildingsdk-core
Testing
Added tests
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsLicense