From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id CC7337EE5B for ; Wed, 14 May 2014 17:30:40 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of edwin+ml-ocaml@etorok.net) identity=pra; client-ip=62.113.205.31; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="edwin+ml-ocaml@etorok.net"; x-sender="edwin+ml-ocaml@etorok.net"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of edwin+ml-ocaml@etorok.net designates 62.113.205.31 as permitted sender) identity=mailfrom; client-ip=62.113.205.31; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="edwin+ml-ocaml@etorok.net"; x-sender="edwin+ml-ocaml@etorok.net"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of postmaster@mx.etorok.net designates 62.113.205.31 as permitted sender) identity=helo; client-ip=62.113.205.31; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="edwin+ml-ocaml@etorok.net"; x-sender="postmaster@mx.etorok.net"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhcFAIiLc1M+cc0f/2dsb2JhbABZgwZPvwyGalEBgSMWdIImAQEEAQIJJgENLgoCDywTAw8JAwIBAgEWLxMGAgKIQQmrJ4RboRIRBo5VFoQqig+MaIJegT2RV4M5OjAB X-IPAS-Result: AhcFAIiLc1M+cc0f/2dsb2JhbABZgwZPvwyGalEBgSMWdIImAQEEAQIJJgENLgoCDywTAw8JAwIBAgEWLxMGAgKIQQmrJ4RboRIRBo5VFoQqig+MaIJegT2RV4M5OjAB X-IronPort-AV: E=Sophos;i="4.97,1052,1389740400"; d="scan'208";a="73670610" Received: from mx.etorok.net ([62.113.205.31]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 14 May 2014 17:30:40 +0200 Received: by mx.etorok.net (OpenSMTPD) with ESMTP id c99373a3; for ; Wed, 14 May 2014 18:30:36 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=etorok.net; h= message-id:date:from:mime-version:to:references:in-reply-to :content-type:content-transfer-encoding; s=ml; l=1383; bh=uUZ04h njQEZ1eNGpuc2pQ5MKdvA=; b=pzOuBsCytUWKlvvx+Xiu87q6XrcGaN1rSFZDhU KAJ90Kx2x4pO8AiGvaAXnBNeVmgNv+exFvyYz3vYqDj7HfVAWStRKHFQDW3Tc5pk aq21gUrcAEYoljOQNmFddKO5H0ooWcKKSSyiFkcMVmBRrXpPPcnqNNuLEQzGcH7O EwEaY= Received: by mx.etorok.net (OpenSMTPD) with ESMTPSA id e6ff7e76; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-SHA bits=128 verify=NO; for ; Wed, 14 May 2014 18:30:36 +0300 (EEST) Message-ID: <53738C1C.2080904@etorok.net> Date: Wed, 14 May 2014 18:30:36 +0300 From: =?ISO-8859-1?Q?T=F6r=F6k_Edwin?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: caml-list@inria.fr References: <5360183F.7080706@etorok.net> In-Reply-To: <5360183F.7080706@etorok.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: [Caml-list] [ANN] LibreS3 v0.2: Amazon S3 compatible server 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" 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