Skip to content

Commit d19f953

Browse files
committed
fix lwt sig
1 parent 936e562 commit d19f953

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

zarr-lwt/src/storage.mli

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ module HttpStore : sig
2525
exception Not_implemented
2626
exception Request_failed of int * string
2727
include Zarr.Storage.STORE with module Deferred = Deferred
28-
val with_open : string -> (t -> 'a Lwt.t) -> 'a Lwt.t
28+
val with_open :
29+
?redirects:int ->
30+
?tries:int ->
31+
?timeout:int ->
32+
string ->
33+
(t -> 'a Lwt.t) ->
34+
'a Lwt.t
2935
end
3036

3137
(** An Lwt-aware Amazon S3 bucket storage backend for a Zarr V3 hierarchy. *)

0 commit comments

Comments
 (0)