We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
browsr
{"anon": True}
storage_options = {"anon": True} UPath("s3://recount-opendata/", **storage_options)
Cheers, Andreas 😃
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
🎉 This issue has been resolved in version 1.15.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Thank you for the quick turnaround 😊
Successfully merging a pull request may close this issue.
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:Cheers,
Andreas 😃
The text was updated successfully, but these errors were encountered: