From 53032a14aa4424def0f11997588a6d9f7e901d38 Mon Sep 17 00:00:00 2001 From: nordstromj Date: Thu, 15 Jan 2015 09:23:00 -0800 Subject: Updated special_params list with tagging, cors, notification. --- awsauth.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awsauth.py b/awsauth.py index 85cb2a4..9d598ca 100644 --- a/awsauth.py +++ b/awsauth.py @@ -29,7 +29,8 @@ class S3Auth(AuthBase): 'torrent', 'versioning', 'versionId', 'versions', 'website', 'uploads', 'uploadId', 'response-content-type', 'response-content-language', 'response-expires', 'response-cache-control', 'delete', 'lifecycle', - 'response-content-disposition', 'response-content-encoding' + 'response-content-disposition', 'response-content-encoding', 'tagging', + 'notification', 'cors' ] def __init__(self, access_key, secret_key, service_url=None): -- cgit v1.2.1