summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornordstromj <jnordstrom91@gmail.com>2015-01-15 09:23:00 -0800
committerjnordstrom <jnordstrom@cleversafe.com>2015-01-15 09:23:00 -0800
commit53032a14aa4424def0f11997588a6d9f7e901d38 (patch)
tree23482a4242698168927c4a5abad12bae63c99842
parent655be7d85942eee46536c89b0af5727fa5734db9 (diff)
downloadpython-requests-aws-53032a14aa4424def0f11997588a6d9f7e901d38.tar.gz
Updated special_params list with tagging, cors, notification.
-rw-r--r--awsauth.py3
1 files changed, 2 insertions, 1 deletions
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):