libres3
Amazon S3 compatible server
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.
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
- 14 May 2014
- Authors
- Maintainers
Sources
Dependencies
ocamlbuild
build
ocsigenserver
= "2.4.0"
lwt
>= "2.4.2"
ocamlnet
>= "3.7.4" & < "4.0.0"
ssl
>= "0.4.4"
cryptokit
>= "1.3"
ocamlfind
>= "1.2.0"
ocaml
>= "3.12.1"
Reverse Dependencies