-
Notifications
You must be signed in to change notification settings - Fork 406
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
chore!: replace rusoto with AWS SDK #2243
Conversation
ACTION NEEDED delta-rs follows the Conventional Commits specification for release automation. The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
Exciting! thanks for taking this on @mightyshazam , I'll take a more in depth look tomorrow during a commute 🚌 |
@rtyler Looks like I may have overlooked some elements. I was trying to do this without updating the logstorefactory trait to require async, but now I'm not seeing a good way around it. |
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.
🙏 nice work!
Rebase failed
Rebase failed
I will handle rebasing this, some of the rebase conflicts are due to other code which I helped bring in |
Description
This PR removes rusoto from the AWS crate while adding a dependency to the Rust AWS SDK
Related Issue(s)
#2210
Documentation