andersfugmann / aws-s3

Ocaml library to access Amazon S3
https://andersfugmann.github.io/aws-s3/
BSD 3-Clause "New" or "Revised" License
49 stars 13 forks source link

Support for ocaml-tls #13

Closed hcarty closed 6 years ago

hcarty commented 6 years ago

The current Lwt support only works with openssl. Conduit, however, also supports ocaml-tls. It would be useful to support both.

hcarty commented 6 years ago

I'm working on a PR for this.