mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fixed headers spelling
This commit is contained in:
parent
aedfbd7ab9
commit
a834fa58ed
@ -232,7 +232,7 @@ def sig4(method, endpoint, params, prov_dict, aws_api_version, location,
|
||||
|
||||
# Add in security token if we have one
|
||||
if token != '':
|
||||
header['X-Amz-Security-Token'] = token
|
||||
headers['X-Amz-Security-Token'] = token
|
||||
|
||||
requesturl = '{0}?{1}'.format(requesturl, querystring)
|
||||
return headers, requesturl
|
||||
|
Loading…
Reference in New Issue
Block a user