chiark / gitweb /
support cloud storage with libcloud, starting with Amazon AWS S3
authorHans-Christoph Steiner <hans@eds.org>
Wed, 16 Apr 2014 02:41:28 +0000 (22:41 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 23 Apr 2014 03:13:37 +0000 (23:13 -0400)
commitf0def08adddfbbc6c05def6c86be5974329a307c
treededc0e1b246dbaf5180c1ab0e4ccbd845fff775d
parentd1cd817759633732c42d7b197bc681e6e088befa
support cloud storage with libcloud, starting with Amazon AWS S3

apache-libcloud enables uploading to basically any cloud storage service.
This is the first implementation that allows `fdroid server` to push a repo
up to a AWS S3 'bucket'.  Supporting other cloud storage services should
mostly be a matter of finding the libcloud "Provider" and setting the
access creditials.

fixes #3137 https://dev.guardianproject.info/issues/3137
examples/config.py
fdroidserver/server.py
setup.py