Merge pull request #1675 from coreos-inc/fix-storage-validation

Add missing arg to validate call and add logging
This commit is contained in:
josephschorr 2016-08-03 14:05:37 -04:00 committed by GitHub
commit 630d022b56
3 changed files with 4 additions and 3 deletions

View file

@ -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.