How do I get a bucket by name in the .Net S3 SDK?

Posted by Ryan on Stack Overflow See other posts from Stack Overflow or by Ryan
Published on 2010-04-28T02:00:30Z Indexed on 2010/04/28 2:03 UTC
Read the original article Hit count: 252

Filed under:
|
|

I'm trying to find a method using the Amazon S3 SDK for .Net to get a bucket by its name. All I can find is ListAllBuckets(), but I really don't want to have to do that then try to find it from the response.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#