Skip to content

pasmomusic/aws-s3-lwt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ocaml library for accessing Amazon S3

This library is based on s3_cp example found at https://github.com/mirage/ocaml-cohttp/blob/master/examples/async/s3_cp.ml

The library uses cohttp and async for threading.

The library supports:

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

In progress:

  • Delete multiple objects
  • List files with prefix

About

Ocaml library to access Amazon S3

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • OCaml 98.9%
  • Makefile 1.1%