Skip to content
/ aws Public
forked from williamleferrand/aws

OCaml client access to Amazon services, such as S3, EC2, FPS, etc.

License

Notifications You must be signed in to change notification settings

besport/aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package to provide OCaml client access to Amazon services : S3,
EC2, SQS, SDB, FPS, IAM, DynamoDb, SES.

Aws depends directly on the following packages:

-  netstring
-  cryptokit
-  calendar
-  lwt
-  [xmlm](http://github.com/samoht/xmlm)
-  yojson

It also depends on one of those packages:
-  [cohttp](http://github.com/williamleferrand/ocaml-cohttp) (--enable-cohttp)
-  ocsigen (--enable-ocsigen) (default)

the cohttp driver does not support ssl for now. Some services
(e.g. Ses may no be available when using cohttp)

All of the packages except the last two are available via GODI.

About

OCaml client access to Amazon services, such as S3, EC2, FPS, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 100.0%