mrocklin / dask-tutorial

BSD 3-Clause "New" or "Revised" License
17 stars 9 forks source link

Use anon s3 access (for public data) #8

Closed ntabris closed 1 year ago

ntabris commented 1 year ago

If we don't explicitly use this kwarg, then boto will try to hit IMDS endpoint and fail and give up.

ntabris commented 1 year ago

It's possible we need an extra comma or something, I don't know how to edit ipynb files correctly.

ntabris commented 1 year ago

Fixes: https://github.com/mrocklin/dask-tutorial/issues/5

mrocklin commented 1 year ago

Thanks. I've handled this manually. Closing.