Skip to content

Commit

Permalink
Update S3 SigV2 param whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Nov 29, 2016
1 parent 2982a4c commit bbc166e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion botocore/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,8 @@ class HmacV1Auth(BaseSigner):
'response-cache-control', 'response-content-disposition',
'response-content-encoding', 'delete', 'lifecycle',
'tagging', 'restore', 'storageClass', 'notification',
'replication', 'requestPayment']
'replication', 'requestPayment', 'analytics', 'metrics',
'inventory']

def __init__(self, credentials, service_name=None, region_name=None):
self.credentials = credentials
Expand Down

0 comments on commit bbc166e

Please sign in to comment.