Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: boto/utils.py

Issue 8669001: Pull in upstream boto from github at bcb719937de9ac2851e632d62b777352029a6d55 (Closed) Base URL: svn://svn.chromium.org/boto
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « boto/storage_uri.py ('k') | tests/s3/mock_storage_service.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: boto/utils.py
diff --git a/boto/utils.py b/boto/utils.py
index 9a4ff31774cfc105d7fb18bda7085e886a38abed..5ee5ff431f1ff98bea3f3b818b27f55ed0f3b710 100644
--- a/boto/utils.py
+++ b/boto/utils.py
@@ -65,12 +65,12 @@ except ImportError:
_hashfn = md5.md5
# List of Query String Arguments of Interest
-qsa_of_interest = ['acl', 'location', 'logging', 'partNumber', 'policy',
- 'requestPayment', 'torrent', 'versioning', 'versionId',
- 'versions', 'website', 'uploads', 'uploadId',
- 'response-content-type', 'response-content-language',
- 'response-expires', 'reponse-cache-control',
- 'response-content-disposition',
+qsa_of_interest = ['acl', 'defaultObjectAcl', 'location', 'logging',
+ 'partNumber', 'policy', 'requestPayment', 'torrent',
+ 'versioning', 'versionId', 'versions', 'website',
+ 'uploads', 'uploadId', 'response-content-type',
+ 'response-content-language', 'response-expires',
+ 'reponse-cache-control', 'response-content-disposition',
'response-content-encoding']
# generates the aws canonical string for the given parameters
« no previous file with comments | « boto/storage_uri.py ('k') | tests/s3/mock_storage_service.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698