-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: migrate from rusoto to aws-sdk-rust #126
Conversation
73acfe6
to
ebe17c2
Compare
0827fcd
to
b0fad59
Compare
This task is blocked by #143. |
faff36b
to
d17749e
Compare
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Key is used by some functions so it should be divided from app.rs Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
d17749e
to
bf27a08
Compare
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
bf27a08
to
1d4e3bf
Compare
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
a4702b0
to
6b79381
Compare
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
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 am reviewing it. I left first quick comments.
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
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.
Second iteration of the review.
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
221c3f6
to
4cfcd3f
Compare
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
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 finalized my review. Could you please review the comments I left? Thank you for your hard work on this pull request.
Signed-off-by: Ryota Sakamoto <skmt@amazon.com>
Thank you for review. I have addressed all of the points you mentioned. |
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 will approve this. I appreciate your contribution.
Issue #, if available:
close #51
Description of changes:
rusoto is in maintenance mode so we need to migrate from rusoto to aws-sdk-rust. We will address some actions after the PR is merged.
We can show error message to use
into_service_error
but we need to consider what the informations are shown.