Ocaml library for accessing Amazon S3

Description

This library provides access to Amazon Simple Storage Solution (S3). The library supports:

  • Copying file to and from s3
  • List files in S3 (from root)
  • Delete single/multi object in S3
  • Fetching credentials (though IAM)

The library supports both lwt and async concurrency models.

  • For lwt, please install aws-s3-lwt package
  • For Async, please install aws-s3-async package

Published: 16 May 2018

Dependencies (13)

  1. cmdliner
  2. ppx_protocol_conv_json <= "3.1.1"
  3. ppx_protocol_conv_xml_light <= "3.1.1"
  4. yojson
  5. xml-light
  6. digestif <= "0.5"
  7. ocaml-inifiles
  8. cohttp
  9. base64 < "3.0.0"
  10. ounit
  11. core >= "v0.9.0"
  12. jbuilder >= "1.0+beta7"
  13. ocaml >= "4.04.0"

Reverse Dependencies (2)

  1. aws-s3-async = "3.0.0"
  2. aws-s3-lwt = "3.0.0"

Conflicts

    None