From d98d2b7c8e2fed3e13c981c958a0c97288132552 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 2 Jan 2015 12:34:53 -0500 Subject: [PATCH] add all test files for object operations Signed-off-by: Alfredo Deza --- s3tests/tests/operations/objects/__init__.py | 0 s3tests/tests/operations/objects/test_abort_multipart.py | 0 s3tests/tests/operations/objects/test_complete_multipart.py | 0 s3tests/tests/operations/objects/test_delete.py | 0 s3tests/tests/operations/objects/test_delete_multiple.py | 0 s3tests/tests/operations/objects/test_get.py | 0 s3tests/tests/operations/objects/test_get_acl.py | 0 s3tests/tests/operations/objects/test_get_torrent.py | 0 s3tests/tests/operations/objects/test_head.py | 0 s3tests/tests/operations/objects/test_initiate_multipart.py | 0 s3tests/tests/operations/objects/test_list.py | 0 s3tests/tests/operations/objects/test_options.py | 0 s3tests/tests/operations/objects/test_post.py | 0 s3tests/tests/operations/objects/test_post_restore.py | 0 s3tests/tests/operations/objects/test_put.py | 0 s3tests/tests/operations/objects/test_put_acl.py | 0 s3tests/tests/operations/objects/test_put_copy.py | 0 s3tests/tests/operations/objects/test_upload_part.py | 0 s3tests/tests/operations/objects/test_upload_part_copy.py | 0 19 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 s3tests/tests/operations/objects/__init__.py create mode 100644 s3tests/tests/operations/objects/test_abort_multipart.py create mode 100644 s3tests/tests/operations/objects/test_complete_multipart.py create mode 100644 s3tests/tests/operations/objects/test_delete.py create mode 100644 s3tests/tests/operations/objects/test_delete_multiple.py create mode 100644 s3tests/tests/operations/objects/test_get.py create mode 100644 s3tests/tests/operations/objects/test_get_acl.py create mode 100644 s3tests/tests/operations/objects/test_get_torrent.py create mode 100644 s3tests/tests/operations/objects/test_head.py create mode 100644 s3tests/tests/operations/objects/test_initiate_multipart.py create mode 100644 s3tests/tests/operations/objects/test_list.py create mode 100644 s3tests/tests/operations/objects/test_options.py create mode 100644 s3tests/tests/operations/objects/test_post.py create mode 100644 s3tests/tests/operations/objects/test_post_restore.py create mode 100644 s3tests/tests/operations/objects/test_put.py create mode 100644 s3tests/tests/operations/objects/test_put_acl.py create mode 100644 s3tests/tests/operations/objects/test_put_copy.py create mode 100644 s3tests/tests/operations/objects/test_upload_part.py create mode 100644 s3tests/tests/operations/objects/test_upload_part_copy.py diff --git a/s3tests/tests/operations/objects/__init__.py b/s3tests/tests/operations/objects/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_abort_multipart.py b/s3tests/tests/operations/objects/test_abort_multipart.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_complete_multipart.py b/s3tests/tests/operations/objects/test_complete_multipart.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_delete.py b/s3tests/tests/operations/objects/test_delete.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_delete_multiple.py b/s3tests/tests/operations/objects/test_delete_multiple.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_get.py b/s3tests/tests/operations/objects/test_get.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_get_acl.py b/s3tests/tests/operations/objects/test_get_acl.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_get_torrent.py b/s3tests/tests/operations/objects/test_get_torrent.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_head.py b/s3tests/tests/operations/objects/test_head.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_initiate_multipart.py b/s3tests/tests/operations/objects/test_initiate_multipart.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_list.py b/s3tests/tests/operations/objects/test_list.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_options.py b/s3tests/tests/operations/objects/test_options.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_post.py b/s3tests/tests/operations/objects/test_post.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_post_restore.py b/s3tests/tests/operations/objects/test_post_restore.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_put.py b/s3tests/tests/operations/objects/test_put.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_put_acl.py b/s3tests/tests/operations/objects/test_put_acl.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_put_copy.py b/s3tests/tests/operations/objects/test_put_copy.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_upload_part.py b/s3tests/tests/operations/objects/test_upload_part.py new file mode 100644 index 0000000..e69de29 diff --git a/s3tests/tests/operations/objects/test_upload_part_copy.py b/s3tests/tests/operations/objects/test_upload_part_copy.py new file mode 100644 index 0000000..e69de29