mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-27 11:22:40 -04:00
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