package libres3

  1. Overview
  2. No Docs
Amazon S3 compatible server

Install

Dune Dependency

Authors

Maintainers

Sources

libres3-0.2.tar.gz
md5=ce3406cd3b8b73e4f31ea07d9b70b212

Description

LibreS3 is a robust Open Source replacement for the Amazon S3 service, implementing (a subset of) the S3 REST API. It is written in a monadic style, currently using Lwt and Ocsigenserver as implementations.

Standard S3 client libraries and tools (for example s3cmd, python-boto, ocaml-aws, etc.) can be used to access it.

It uses Skylable SX as the storage backend, which automatically provides data deduplication and replication.

Published: 14 May 2014

Dependencies (14)

  1. ocamlbuild build
  2. sqlite3
  3. ocsigenserver = "2.4.0"
  4. lwt >= "2.4.2"
  5. ocamlnet >= "3.7.4" & < "4.0.0"
  6. ssl >= "0.4.4"
  7. ounit
  8. cryptokit >= "1.3"
  9. xmlm
  10. jsonm
  11. ocamlfind >= "1.2.0"
  12. base-unix
  13. base-threads
  14. ocaml >= "3.12.1"

Dev Dependencies

None

Used by

None

Conflicts

None