caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Anil Madhavapeddy <anil@recoil.org>
To: "Török Edwin" <edwin+ml-ocaml@etorok.net>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] [ANN] LibreS3 v0.1: Amazon S3 compatible server
Date: Tue, 29 Apr 2014 22:27:03 +0100	[thread overview]
Message-ID: <7F4E1167-659A-449C-8F93-A84D3A11D411@recoil.org> (raw)
In-Reply-To: <5360183F.7080706@etorok.net>

On 29 Apr 2014, at 22:23, Török Edwin <edwin+ml-ocaml@etorok.net> wrote:

> 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.

Very nice project!

> 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

Minor OPAM tip: you can run a command with the env variables of a particular switch via "opam config exec".  So the above could also be:

$ opam install libres3
$ opam config exec libres3_setup
$ opam config exec libres3 start

best,
Anil

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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-29 21:23 Török Edwin
2014-04-29 21:27 ` Anil Madhavapeddy [this message]
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=7F4E1167-659A-449C-8F93-A84D3A11D411@recoil.org \
    --to=anil@recoil.org \
    --cc=caml-list@inria.fr \
    --cc=edwin+ml-ocaml@etorok.net \
    /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).