chiark / gitweb /
if the AWS S3 bucket does not exist, create it
authorHans-Christoph Steiner <hans@eds.org>
Wed, 23 Apr 2014 03:11:58 +0000 (23:11 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 23 Apr 2014 03:13:38 +0000 (23:13 -0400)
commit98033f3270f882d817ecbe9fffb93d8ff79eb33b
treed79c95caf29a6e1a5ed5784efcdc8a19020b601e
parentf0def08adddfbbc6c05def6c86be5974329a307c
if the AWS S3 bucket does not exist, create it

This makes the AWS S3 setup dead simple: just put in a awsbucket name of
your choosing, set the AWS credentials, and it'll do the rest, whether the
bucket exists already or not.  S3 buckets are trivial to delete too, in
case of error: `s3cmd rb s3://mybadbucketname`.
fdroidserver/server.py
setup.py