Fuuzetsu / zstd-seekable-s3

zstd-compressed seekable S3 objects
10 stars 2 forks source link

Drop Rusoto, adopt aws-sdk-rust? #6

Closed brainstorm closed 3 years ago

brainstorm commented 3 years ago

Rusoto is pretty much dead at this point I reckon?

https://github.com/awslabs/aws-sdk-rust

Fuuzetsu commented 3 years ago

I think rusoto is "dead" as-in it has no active maintenance or regular releases.

It's still in better state than the new official SDK:

Please Note: The SDK is currently released as an alpha and is intended strictly for feedback purposes only. Do not use this SDK for production workloads.

Most notably, it does not do basic things such as reading the credentials from all the right sources:

Note: The alpha SDK only supports environment variable credential providers at this time.

I am also excited about switching to the official SDK but it is just not usable yet in a library.

Let me know if you disagree with my judgement and I can re-open the ticket.

brainstorm commented 3 years ago

Very fair points indeed, used it myself without too much fuss though... worth re-visiting after ~6months?

Cheers!