Skip to content

Commit

Permalink
Fix also s3_cp
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Jul 21, 2023
1 parent 5c1ecf5 commit 4fc38cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/async/dune
@@ -1,5 +1,5 @@
(executables
(names hello_world receive_post)
(names hello_world receive_post s3_cp)
(libraries mirage-crypto cohttp-async base async_kernel core_unix.command_unix))

(alias
Expand Down
2 changes: 2 additions & 0 deletions examples/async/s3_cp.ml
Expand Up @@ -45,6 +45,8 @@ open Async
open Cohttp
open Cohttp_async

module Time = Time_float

let ksrt (k, _) (k', _) = String.compare k k'

module Compat = struct
Expand Down

0 comments on commit 4fc38cb

Please sign in to comment.