summaryrefslogtreecommitdiff
path: root/awsauth.py
diff options
context:
space:
mode:
Diffstat (limited to 'awsauth.py')
-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):