rust-s3 icon indicating copy to clipboard operation
rust-s3 copied to clipboard

Is there a way to do a ListBuckets?

Open doivosevic opened this issue 3 years ago • 6 comments

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?

doivosevic avatar Mar 05 '21 12:03 doivosevic

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

durch avatar Mar 16 '21 10:03 durch

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

doivosevic avatar Mar 16 '21 10:03 doivosevic

I would also need this functionality....

Roba1993 avatar Apr 30 '21 15:04 Roba1993

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 .

doivosevic avatar Apr 30 '21 15:04 doivosevic

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 .

doivosevic avatar May 10 '21 05:05 doivosevic

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)

bew avatar May 10 '21 09:05 bew

Tracked under #251

durch avatar Sep 25 '22 15:09 durch