add bucket operations

Signed-off-by: Alfredo Deza <alfredo@deza.pe>
This commit is contained in:
Alfredo Deza 2014-12-16 11:25:59 -05:00
parent 41e230be8f
commit 2785f0ce32
6 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,6 @@
"""
DELETE operations on buckets
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
"""

View file

@ -0,0 +1,6 @@
"""
GET operations on buckets
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
"""

View file

@ -0,0 +1,6 @@
"""
HEAD operations on buckets
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
"""

View file

@ -0,0 +1,6 @@
"""
LIST operations on buckets
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
"""

View file

@ -0,0 +1,6 @@
"""
POST operations on buckets
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
"""

View file

@ -0,0 +1,6 @@
"""
PUT operations on buckets
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
"""