summaryrefslogtreecommitdiff
path: root/awsauth.py
diff options
context:
space:
mode:
authorPaul Tax <paultax@gmail.com>2012-06-09 17:10:04 +0200
committerPaul Tax <paultax@gmail.com>2012-06-09 17:10:04 +0200
commit6aff55afee7f42019aedcfbce1d1212c63313035 (patch)
treeb251af824e57b668437380d55fc04ff6182b4039 /awsauth.py
parent31443ac0dcd5b5a6cf2cc4e013980122e0a9195a (diff)
downloadpython-requests-aws-6aff55afee7f42019aedcfbce1d1212c63313035.tar.gz
Add delete and lifecycle to params of interest
Diffstat (limited to 'awsauth.py')
-rw-r--r--awsauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/awsauth.py b/awsauth.py
index 63f8a32..f0b33a2 100644
--- a/awsauth.py
+++ b/awsauth.py
@@ -20,7 +20,7 @@ class S3Auth(AuthBase):
'acl', 'location', 'logging', 'partNumber', 'policy', 'requestPayment',
'torrent', 'versioning', 'versionId', 'versions', 'website', 'uploads',
'uploadId', 'response-content-type', 'response-content-language',
- 'response-expires', 'response-cache-control',
+ 'response-expires', 'response-cache-control', 'delete', 'lifecycle',
'response-content-disposition', 'response-content-encoding'
]