-
Notifications
You must be signed in to change notification settings - Fork 648
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
FIPS & DualStack Endpoint Resolver Support #1274
Merged
Merged
Conversation
This file contains 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
skmcgrail
force-pushed
the
dualStackEndpoints
branch
2 times, most recently
from
May 25, 2021 16:04
53216cf
to
0d71cc2
Compare
Pending updated models. |
skmcgrail
force-pushed
the
dualStackEndpoints
branch
8 times, most recently
from
June 1, 2021 16:22
542b76d
to
be91066
Compare
skotambkar
reviewed
Jun 1, 2021
skmcgrail
force-pushed
the
dualStackEndpoints
branch
5 times, most recently
from
June 2, 2021 23:10
032aa97
to
cf6301e
Compare
Requires aws/smithy-go#303 |
skmcgrail
changed the title
UseDualStack Endpoint Resolver Support
DualStack Endpoint Resolver Support
Jun 2, 2021
skmcgrail
force-pushed
the
dualStackEndpoints
branch
3 times, most recently
from
June 3, 2021 02:20
8ee59a1
to
401d6de
Compare
Changes that were included in the last force push:
|
skmcgrail
force-pushed
the
dualStackEndpoints
branch
3 times, most recently
from
June 24, 2021 03:51
481ee20
to
5527177
Compare
jasdel
reviewed
Oct 22, 2021
...hy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/EndpointGenerator.java
Outdated
Show resolved
Hide resolved
...hy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/EndpointGenerator.java
Show resolved
Hide resolved
...hy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/EndpointGenerator.java
Show resolved
Hide resolved
...egen/src/main/java/software/amazon/smithy/aws/go/codegen/ResolveClientConfigFromSources.java
Outdated
Show resolved
Hide resolved
service/s3control/internal/customizations/update_endpoint_test.go
Outdated
Show resolved
Hide resolved
skmcgrail
force-pushed
the
dualStackEndpoints
branch
2 times, most recently
from
October 28, 2021 00:39
dc96e6c
to
d4307f0
Compare
skmcgrail
force-pushed
the
dualStackEndpoints
branch
7 times, most recently
from
October 28, 2021 20:09
9966884
to
6cadd83
Compare
jasdel
approved these changes
Oct 28, 2021
skmcgrail
force-pushed
the
dualStackEndpoints
branch
4 times, most recently
from
November 4, 2021 00:09
a1cf4d8
to
9fa0c70
Compare
…ini configuration.
skmcgrail
force-pushed
the
dualStackEndpoints
branch
from
November 4, 2021 17:57
9fa0c70
to
9f848e9
Compare
3 tasks
3 tasks
jrichard8
pushed a commit
to jrichard8/aws-sdk-go-v2
that referenced
this pull request
Feb 14, 2022
* DualStack and FIPS Modelling Support
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.
Support has been added for an updated
endpoints.json
model which contains modeled endpoint data for service dual-stack and FIPS endpoints.Additionally, this support removes the need for the dual-stack customization in place for S3 and S3 Control service clients, and simplifies FIPS logic.
Requires: aws/smithy-go#303