aws-s3
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
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 16 May 2018
- Authors
- Maintainers
Sources
Dependencies
ppx_protocol_conv_json
<= "3.1.1"
ppx_protocol_conv_xml_light
<= "3.1.1"
digestif
<= "0.5"
base64
< "3.0.0"
core
>= "v0.9.0"
jbuilder
>= "1.0+beta7"
ocaml
>= "4.04.0"
Reverse Dependencies
aws-s3-async
= "3.0.0"
aws-s3-lwt
= "3.0.0"