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
Writing to remote stores is not supported, and I am not sure it is worth adding support given the complexity of supporting many different services + auth. Eventually zarrs itself will have a Python wrapper for more flexible usage.
P.S. That location reports missing chunks as permission denied when interpreted as an S3 endpoint. I'm not sure if that is standard. HTTP is fine.
I've added read support for HTTP stores in zarrs_tools version 0.5.5 with #11.
🤯 Amazing. I'll give it a try ASAP.
Writing to remote stores is not supported, and I am not sure it is worth adding support given the complexity of supporting many different services + auth.
Understood. Certainly one tricky aspect of all of this.
That location reports missing chunks as permission denied when interpreted as an S3 endpoint. I'm not sure if that is standard.
Heh. Since there's not really a standard, I agree. :) It's definitely my experience that each provider of "S3" has a slightly different take.
Have you e.g. considered reading/writing from/to S3?
In the resave.py script we are working on for the challenge, options like these:
prevent the need to download the data locally.
I'm currently working on using
zarrs_reencode
but generating a script:which produces a script per Zarr array of the form:
but this of course won't work when the source or target are on S3.
The text was updated successfully, but these errors were encountered: