qoobaa / s3

Library for accessing S3 objects and buckets, supports EU and US buckets
MIT License
258 stars 112 forks source link

Add documentation for `service.bucket` #116

Closed serena-w closed 8 years ago

serena-w commented 8 years ago

I am adding documentation for using service.bucket to find a single bucket. In my use case, calling service.buckets resulted in access denied errors since my IAM user did not have access to all buckets in the service. This should help other users of this API find a single bucket with service.bucket without having to look at service.rb to find the method.

arthurnn commented 8 years ago

thanks