holoviz-topics / EarthML

Tools for working with machine learning in earth science
https://earthml.holoviz.org
BSD 3-Clause "New" or "Revised" License
94 stars 21 forks source link

Fixing storage auth #45

Closed jsignell closed 5 years ago

jsignell commented 5 years ago

@jlstevens this will fix the issue you are seeing of

 355     def add_auth(self, request):
   356         if self.credentials is None:
--> 357             raise NoCredentialsError
   358         datetime_now = datetime.datetime.utcnow()
   359         request.context['timestamp'] = datetime_now.strftime(SIGV4_TIMESTAMP)

NoCredentialsError: Unable to locate credentials
NoCredentialsError: Unable to locate credentials
jlstevens commented 5 years ago

Thanks. Ready to merge?