We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936e562 commit d19f953Copy full SHA for d19f953
zarr-lwt/src/storage.mli
@@ -25,7 +25,13 @@ module HttpStore : sig
25
exception Not_implemented
26
exception Request_failed of int * string
27
include Zarr.Storage.STORE with module Deferred = Deferred
28
- val with_open : string -> (t -> 'a Lwt.t) -> 'a Lwt.t
+ val with_open :
29
+ ?redirects:int ->
30
+ ?tries:int ->
31
+ ?timeout:int ->
32
+ string ->
33
+ (t -> 'a Lwt.t) ->
34
+ 'a Lwt.t
35
end
36
37
(** An Lwt-aware Amazon S3 bucket storage backend for a Zarr V3 hierarchy. *)
0 commit comments