You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep - running mkdir ~/.aws/credentials && touch ~/.aws/credentials resolves this issue. I'll keep this open for now, so we can consider baking this into the image.
I figured I'd report this upstream, but I failed to workaround this by adding a blank credentials file. I found out that you can initialize the S3FileSystem() with a boolean anon=True to make that issue go away though.
Even though credentials are, in principle, not required to read data from public buckets:
Throws:
It might be enough to have some dummy credentials installed in
~/.aws/credentials?
The text was updated successfully, but these errors were encountered: