Some python scripts to automate the creation of a bucket and a user that can access it. It makes use of the files in the words
directory to give the bucket those cool names like heroku apps (i.e. prime-rabbit-c6a293d3
).
run make
to see a list of commands.
- Generate a name
- make a bucket with that name
- make a use with the name plus a
--user
suffix. - attach a policy to that user that gives it full access to to bucket.
- save details about the user and their credentials, the policy, and the bucket to a file
./buckets/<name>.txt
.
- asks which bucket you'd like to delete.
- delete bucket, user, and policy