From 9ce8b69cc9f759dce4a0b6d58124cc396b394b8e Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 16 Dec 2014 09:27:56 -0500 Subject: [PATCH] create an operations/service/test_get.py path Signed-off-by: Alfredo Deza --- s3tests/tests/operations/service/test_get.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 s3tests/tests/operations/service/test_get.py diff --git a/s3tests/tests/operations/service/test_get.py b/s3tests/tests/operations/service/test_get.py new file mode 100644 index 0000000..20971dc --- /dev/null +++ b/s3tests/tests/operations/service/test_get.py @@ -0,0 +1,5 @@ +""" +GET operations on the Service + +http://docs.aws.amazon.com/AmazonS3/latest/API/RESTServiceGET.html +"""