fix typo: Storge -> Storage

This commit is contained in:
Nat Wilson
2016-04-13 16:14:02 -07:00
parent 6c65c8f3e7
commit 5b4b0a7c38

View File

@@ -126,7 +126,7 @@ class Downloader(VerbosityMixin):
self.remote_file_exists(url)
self.output('Source: Google Storge', normal=True, arrow=True)
self.output('Source: Google Storage', normal=True, arrow=True)
return self.fetch(url, path)
def amazon_s3(self, scene, bands):