Idiot proof AWS services.
Project description
![Zen Bezos](http://i.imgur.com/6mdNXPl.png)
simpleaws
An idiot-proof way to make a public AWS based service.
# Installation
Install it.
`bash pip install simpleaws `
Copy settings_template.py to settings.py and enter your keys.
Use your Amazon Web Services console to enable S3, CloudFront and Glacier has needed.
Run test_simpleaws.py.
`bash python test_simplaws.py `
# Usage
Connect to S3!
`python simpleaws.set_keys(settings.AWS_ACCESS_KEY, settings.AWS_SECRET_ACCESS_KEY) simpleaws.connect() `
Create a bucket!
`python simpleaws.create_bucket(bucketname) `
Create a user!
`python simpleaws.create_user(username) `
Move a bucket to CloudFront!
`python simpleaws.move_bucket_to_cloudfront(bucketname) `
Backup a bucket!
`python simpleaws.backup_bucket(bucketname) `
Vanquish your foes!
`python simpleaws.vanquish_foes(vanquish) `
Just kidding.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file simpleaws-0.1.3.tar.gz
.
File metadata
- Download URL: simpleaws-0.1.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68e2707b75a2935fd8741f1a3c8e492ec5cf67936b1fa5ba9879b9730f87e41f |
|
MD5 | 6ad611defe7989f64ccdf9c9158d9829 |
|
BLAKE2b-256 | 2acbda02d8fd5e2c8715eb2326df1c95e2e07565279cb6ff60432c563811557c |