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
We could add a storage backend for reading and writing from a Zarr hierarchy stored in an Amazon S3 bucket. This should be useful since a lot of public Zarr datasets are hosted on Amazon S3.
We could add a storage backend for reading and writing from a Zarr hierarchy stored in an Amazon S3 bucket. This should be useful since a lot of public Zarr datasets are hosted on Amazon S3.
We could make use of https://github.com/andersfugmann/aws-s3 to implement this
AmazonS3Store
. It also supports Lwt for concurrent reads/writes.For an http store, we could use https://github.com/mirage/ocaml-cohttp
The text was updated successfully, but these errors were encountered: