mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-27 23:31:41 +00:00
add bucket operations
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
This commit is contained in:
parent
41e230be8f
commit
2785f0ce32
6 changed files with 36 additions and 0 deletions
6
s3tests/tests/operations/buckets/test_delete.py
Normal file
6
s3tests/tests/operations/buckets/test_delete.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
"""
|
||||
DELETE operations on buckets
|
||||
|
||||
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
|
||||
"""
|
||||
|
6
s3tests/tests/operations/buckets/test_get.py
Normal file
6
s3tests/tests/operations/buckets/test_get.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
"""
|
||||
GET operations on buckets
|
||||
|
||||
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
|
||||
"""
|
||||
|
6
s3tests/tests/operations/buckets/test_head.py
Normal file
6
s3tests/tests/operations/buckets/test_head.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
"""
|
||||
HEAD operations on buckets
|
||||
|
||||
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
|
||||
"""
|
||||
|
6
s3tests/tests/operations/buckets/test_list.py
Normal file
6
s3tests/tests/operations/buckets/test_list.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
"""
|
||||
LIST operations on buckets
|
||||
|
||||
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
|
||||
"""
|
||||
|
6
s3tests/tests/operations/buckets/test_post.py
Normal file
6
s3tests/tests/operations/buckets/test_post.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
"""
|
||||
POST operations on buckets
|
||||
|
||||
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
|
||||
"""
|
||||
|
6
s3tests/tests/operations/buckets/test_put.py
Normal file
6
s3tests/tests/operations/buckets/test_put.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
"""
|
||||
PUT operations on buckets
|
||||
|
||||
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
|
||||
"""
|
||||
|
Loading…
Reference in a new issue