Skip to main content

Python library for working directly on Amazon S3

Project description

A very simple and light weight wrapper that takes out all the pain of working with Amazon S3 buckets.The simple API provides a better way to access,modify,delete the buckets.

Only secret_id,secret_password of Amazon S3 account are required.Just create an object of S3Account() and sit cool.

PlayS3 supports following features:

  1. creating a bucket

  2. deleting a bucket

  3. deleting contents of bucket

  4. modifying the keys in a bucket

  5. fetching all buckets

  6. fetching all keys from a bucket

  7. Large file uploading with chunked data

    and many more.

It sits upon boto framework and provides the full access to boto API.

For installing using pip just use this command:

sudo pip install PlayS3

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

PlayS3-0.2.tar.gz (2.0 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