s3api: fix devauth auth failure handling
This commit is contained in:
parent
0996cd9b3a
commit
ec32c55e40
@ -442,6 +442,7 @@ YOU HAVE A FEW OPTIONS:
|
||||
headers = {}
|
||||
if 'Authorization' in request.headers:
|
||||
validation = self.validate_s3_sign(request, token)
|
||||
if validation:
|
||||
headers['X-Auth-Account-Suffix'] = validation[3]
|
||||
else:
|
||||
validation = self.validate_token(token)
|
||||
|
Loading…
x
Reference in New Issue
Block a user