Skip to main content

Very simple module that uses boto3 to stash a file in S3

Project description

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

Project details


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 hashes)

Uploaded Source

Built Distribution

s3stash-1.2.1-py2-none-any.whl (3.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page