-
Notifications
You must be signed in to change notification settings - Fork 964
Address TODOs #6598
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
Address TODOs #6598
Conversation
| * A container for data produced during and as a result of the SigV4 request signing process. | ||
| */ | ||
| @SdkInternalApi | ||
| // TODO(sra-identity-auth): This is currently not @Immutable because signedRequest is a Builder. Is Builder needed? If it could |
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.
Rationale: immutable is acceptable here since it's an internal class IMO. Using immutable everywhere can help performance impact
c38df55 to
85915a5
Compare
|
|
This pull request has been closed and the conversation has been locked. Comments on closed PRs are hard for our team to see. If you need more assistance, please open a new issue that references this one. |



Update TODOs and remove obsolete TODOs.
Changelog is not required because there's no customer facing change