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

* Re: [Caml-list] [ANN] LibreS3 v0.1: Amazon S3 compatible server
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Anil Madhavapeddy @ 2014-04-29 21:27 UTC (permalink / raw)
  To: Török Edwin; +Cc: caml-list

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

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

* [Caml-list] [ANN] LibreS3 v0.2: Amazon S3 compatible server
  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 ` Török Edwin
  1 sibling, 0 replies; 3+ messages in thread
From: Török Edwin @ 2014-05-14 15:30 UTC (permalink / raw)
  To: caml-list

LibreS3 0.2 was just released.

Source Download: http://cdn.skylable.com/source/libres3-0.2.tar.gz
Binary packages(RedHat/CentOS 6/Fedora 19/Debian Wheezy/Ubuntu Precise): http://www.skylable.com/download/#LibreS3

The package is also available on opam:
 $ opam update
 $ 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

Changes in this release include:
 * Fix daemonization at startup, and exit code on shutdown
 * Portability/packaging fixes for FreeBSD/Debian/CentOS
 * Fix pre-signed URL expiration handling
 * Reduce resource usage (number of threads)
 * Other bugfixes and improvements
 * Uses latest upstream version of all packages, should build much faster as it doesn't need to rebuild
ocsigenserver/ocamlnet

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

[*]: note: it is in sbin for consistency with binary package, so unfortunately a simple 'opam config exec libres3' doesn't work

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