Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide storage options to fsspec #24

Closed
ap-- opened this issue Sep 6, 2023 · 3 comments · Fixed by #25
Closed

Provide storage options to fsspec #24

ap-- opened this issue Sep 6, 2023 · 3 comments · Fixed by #25
Labels

Comments

@ap--
Copy link

ap-- commented Sep 6, 2023

Thanks for this super useful tool! ❤️

Is there a way to provide fsspec storage_options, to browsr? Specifically I would like to access an s3 bucket with {"anon": True} as in:

storage_options = {"anon": True}
UPath("s3://recount-opendata/", **storage_options)

Cheers,
Andreas 😃

@juftin juftin mentioned this issue Sep 7, 2023
@juftin juftin closed this as completed in #25 Sep 7, 2023
@juftin
Copy link
Owner

juftin commented Sep 7, 2023

Great idea @ap--, this will get released momentarily:

browsr s3://recount-opendata -k anon=True

https://juftin.com/browsr/cli/#pass-extra-arguments-to-cloud-storage

@juftin
Copy link
Owner

juftin commented Sep 7, 2023

🎉 This issue has been resolved in version 1.15.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@juftin juftin added the released label Sep 7, 2023
@ap--
Copy link
Author

ap-- commented Sep 7, 2023

Thank you for the quick turnaround 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants