
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.
Release files for simpleaws 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simpleaws-0.2.1.tar.gz | 4.5 kB | Details |
Release files / simpleaws-0.2.1.tar.gz
| Download URL | simpleaws-0.2.1.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9fa3c13ffe21be2439c5b78c8f0975376559fb7ffcf9f0bbed5b00c3925228f4
|
|
BLAKE2b-256 checksum How to use checksums |
6a5f9cc93991f76dde7566c271eb82f2107160de6bdf39376a717359f9bba338
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |