caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] LibreS3 v0.1: Amazon S3 compatible server
@ 2014-04-29 21:23 Török Edwin
  2014-04-29 21:27 ` Anil Madhavapeddy
  2014-05-14 15:30 ` [Caml-list] [ANN] LibreS3 v0.2: " Török Edwin
  0 siblings, 2 replies; 3+ messages in thread
From: Török Edwin @ 2014-04-29 21:23 UTC (permalink / raw)
  To: caml-list

Hi,

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, etc.)
can be used to access it.

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

Source Download: http://cdn.skylable.com/source/libres3-0.1.tar.gz
Binary packages(RedHat/CentOS6/Debian Wheezy): http://www.skylable.com/download/#LibreS3

The package is also available on opam:
 $ opam install libres3
To configure:
 $ `opam config var sbin`/libres3_setup
To start the daemon:
 $ `opam config var sbin`/libres3 start
To test it:
 $ s3cmd -c `opam config var etc`/libres3/libres3.sample.s3cfg mb s3://foo

Homepage: http://www.skylable.com/products/libres3
License: GPL-2.0 with OpenSSL exception
Status: Beta
Author: "Török Edwin" <edwin@skylable.com>
Bug-reports: https://bugzilla.skylable.com
Mailing list: http://lists.skylable.com/
Documentation: http://www.skylable.com/products/libres3/quickstart

[*]: the server itself is abstracted from the monad implementation, so it should
possible to port it to Cohttp/Lwt or Async.

Best regards,
--Edwin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-14 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-29 21:23 [Caml-list] [ANN] LibreS3 v0.1: Amazon S3 compatible server Török Edwin
2014-04-29 21:27 ` Anil Madhavapeddy
2014-05-14 15:30 ` [Caml-list] [ANN] LibreS3 v0.2: " Török Edwin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).