juftin / browsr

🗂️ a pleasant file explorer in your terminal supporting all filesystems
http://juftin.com/browsr/
MIT License
237 stars 14 forks source link

Provide storage options to fsspec #24

Closed ap-- closed 1 year ago

ap-- commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

:tada: This issue has been resolved in version 1.15.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

ap-- commented 1 year ago

Thank you for the quick turnaround 😊