Very simple module that uses boto3 to stash a file in S3.
Example:
from orgtup import AwsCredentials
from s3stash import Stash
bucket = 'mycoolbucket'
credentials = AwsCredentials('myaccesskey', 'mysecretkey')
stash = Stash(credentials, bucket)
stash.stash_string('my cool data that I want saved to S3')
License
Apache 2.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
s3stash-1.2.1.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file s3stash-1.2.1.tar.gz.
File metadata
- Download URL: s3stash-1.2.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89542e7b6b8faa12203c87f59946f5b1b2d6238b894e48d6c10b073839db6bee
|
|
| MD5 |
b41065032e55a4a06b7578558b38d4a4
|
|
| BLAKE2b-256 |
25ce443032144d66d097954f59bd880422c0649de8774b9127f8fb13a032230d
|
File details
Details for the file s3stash-1.2.1-py2-none-any.whl.
File metadata
- Download URL: s3stash-1.2.1-py2-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97e9b45401311e7c4d9d79ac1d6aca24c4cd282a9d3df6f742e25126a5c432a7
|
|
| MD5 |
40d6bea8471f32244eddc88ef9885cd2
|
|
| BLAKE2b-256 |
d0afdcdf2f97099f56f8be9e8887deab7639a95768b54d09dc7cb6460a93f44f
|