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.
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
Smithy Identity auth refactor for Rest XML S3 client #3262
Smithy Identity auth refactor for Rest XML S3 client #3262
Changes from 21 commits
f0bf448
1b5d497
e6638d3
b8676c7
1aec690
39e841f
ffa61d3
fa017e4
30cba54
df0f1f8
c2ae2e3
3a8f644
d421218
1aef2a8
98e45f4
64d8d51
35474c3
6032dc0
5af3458
733c1e8
e531edc
bc8503a
27a5e8b
473c27c
abd92a8
40732db
20f79cc
1e5146c
3f154ac
0940beb
9e5302f
a08a906
b6145a0
cc4b2df
290750f
72ca83b
2eeab3f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
No longer needed here as the provider is passed in the smithy constructor
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.
you cant remove this because it is part of the public interface i.e.
that is valid code and our customers have been using that to override the identity provider.
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.
ok, will restore this and reuse it internally
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.
on the latest commit the above code still break for for backwards compatibility. reproduction in full:
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.
I have to support both the old and new one in this case too, even though this supplier can't be used in the auth schemes in smithy. Added in next commit and added this compilation test as well.
This file was deleted.
This file was deleted.