[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bindings for Amazon S3
- From: Matthew Wild <mwild1@...>
- Date: Tue, 9 Nov 2010 13:06:34 +0000
On 9 November 2010 12:50, Alexander Gladysh <agladysh@gmail.com> wrote:
> Hi, list!
>
> Are there any bindings to the Amazon S3 API for Lua?
>
> Or are there any libraries I could bind (if they are in C/C++) or copy
> (if they are in some other language)?
>
Not that I'm aware of, though I was looking at this only yesterday (as
a possible storage backend for Prosody). In fact S3 is just simple
HTTP requests, with some additional headers. So there's not much to
create a library out of - but if anyone does, please make it possible
to work with any (including asynchronous) HTTP API :)
Matthew