package libres3

  1. Overview
  2. No Docs
Amazon S3 compatible server

Install

Dune Dependency

Authors

Maintainers

Sources

libres3-1.3.tar.gz
md5=2e5ddc5f9b1dfb83087077ab81f1a60d

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: 15 May 2016

Dependencies (16)

  1. ocamlbuild
  2. ounit
  3. re
  4. dns >= "0.10.0" & < "2.0.0"
  5. sqlite3
  6. ocsigenserver >= "2.5"
  7. lwt >= "2.4.2"
  8. ocamlnet >= "3.7.4" & < "4.0.0"
  9. ssl >= "0.4.4"
  10. cryptokit >= "1.3"
  11. xmlm
  12. jsonm
  13. ocamlfind >= "1.2.0"
  14. base-unix
  15. base-threads
  16. ocaml >= "4.00.0" & (< "4.02.2" | > "4.02.2")

Dev Dependencies

None

Used by

None

Conflicts

None