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.
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.