rust-s3
rust-s3 copied to clipboard
Is there a way to do a ListBuckets?
Hey, I've been rereading the docs and the source code but I don't get if this is supposed to be supported or not. I'm wondering if this lib should allow getting https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html Could you please update the readme with some info about which parts of the S3 api is supported?
Hi @doivosevic sorry for going MIA on you. Great callout on the ListBuckets method missing. I'll see if I can squeeze that in the next two weeks or so
It's no rush. I had to switch to rusoto in the meantime because of deadlines but it would be nice if this lib had that feature at some point
I would also need this functionality....
check rusoto. its bare bones wrapper over the s3 api but its really all you need most of the time
On Fri, 30 Apr 2021, 17:23 Robert Schütte, @.***> wrote:
I would also need this functionality....
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/durch/rust-s3/issues/173#issuecomment-830171985, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQVJDRYU4AW2DS7SQJBBOTTLLDQ3ANCNFSM4YVD6XKQ .
Also there is now the official library https://github.com/awslabs/aws-sdk-rust
On Fri, Apr 30, 2021 at 5:25 PM Dominik Dito @.***> wrote:
check rusoto. its bare bones wrapper over the s3 api but its really all you need most of the time
On Fri, 30 Apr 2021, 17:23 Robert Schütte, @.***> wrote:
I would also need this functionality....
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/durch/rust-s3/issues/173#issuecomment-830171985, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQVJDRYU4AW2DS7SQJBBOTTLLDQ3ANCNFSM4YVD6XKQ .
Also there is now the official library https://github.com/awslabs/aws-sdk-rust
Nice ! S3 is not available yet though https://github.com/awslabs/aws-sdk-rust/issues/16 (but is being worked on)
Tracked under #251