Skip to main content

UNKNOWN

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.0.0.tar.gz (872 Bytes view hashes)

Uploaded Source

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