Skip to main content

stowrap: Python Storage Service Wrapper.

Project description

stowrap

Python Storage Service Wrapper

How to use

Initialize client

import stowrap

c = stowrap.Client("gcs")

or

c = stowrap.Client("s3")

Upload a file

result = c.upload("my-bucket", "/path/to/local/file", "dstfile.txt")
print(result.url)

Download a file

c.download("my-bucket", "some/remote/file.txt", "/path/to/local/file.txt")

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

stowrap-0.0.6.tar.gz (3.8 kB 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