migrate from `rusoto` to `aws-sdk-rust` for s3
Open
@LeahWhalen is already working on this.
Since Oct 8, 2021.
backend
blocked
R&D
- Dominant language
- Rust
- Stars
- 14
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Should move to aws-sdk-rust over rusoto for S3 functionality
Pros:
- more S3 feature support
- supports signed POST object requests (used for media uploads). Only PUT is supported in rusoto, which cannot handle file limits
- official Amazon support and actively maintained
- easy migration, authored by
rusotomaintainer.
Blocked by:
- in alpha, not recommended in production loads. (No ETA)
- no credentials management without reading from
.env. (No ETA)
Alternatives:
rusototo support POST policy, not likely as crate is in maintenance mode
Current workaround:
extmodule, extending rusoto_s3 withPostPolicy
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.