caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Török Edwin" <edwin+ml-ocaml@etorok.net>
To: caml-list@inria.fr
Subject: [Caml-list] [ANN] LibreS3 v0.1: Amazon S3 compatible server
Date: Wed, 30 Apr 2014 00:23:11 +0300	[thread overview]
Message-ID: <5360183F.7080706@etorok.net> (raw)

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

             reply	other threads:[~2014-04-29 21:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-29 21:23 Török Edwin [this message]
2014-04-29 21:27 ` Anil Madhavapeddy
2014-05-14 15:30 ` [Caml-list] [ANN] LibreS3 v0.2: " Török Edwin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5360183F.7080706@etorok.net \
    --to=edwin+ml-ocaml@etorok.net \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).