The AWS SDK pulls in a gigantic dependency tree that pulls in outdated crates. As we only use S3, we can replace it with [`object_store`](https://crates.io/crates/object_store).
The AWS SDK pulls in a gigantic dependency tree that pulls in outdated crates. As we only use S3, we can replace it with
object_store.