Add missing arg to validate call and add logging
This commit is contained in:
parent
83849f4320
commit
974ab6c42c
3 changed files with 4 additions and 3 deletions
|
@ -158,7 +158,7 @@ class SwiftStorage(BaseStorage):
|
|||
return surl.format(scheme=scheme, host=hostname, full_path=full_path, sig=sig, expires=expires)
|
||||
|
||||
def validate(self, client):
|
||||
super(SwiftStorage, self).validate()
|
||||
super(SwiftStorage, self).validate(client)
|
||||
|
||||
if self._temp_url_key:
|
||||
# Generate a direct download URL.
|
||||
|
|
Reference in a new issue