Skip to main content

S3 interface for Google App Engine

Project description

To access Amazon AWS S3 from Google App Engine, you not only need an S3 interface like simples3, but you’ll also need a ported version of that interface that works with Google’s own urlfetch extension API.

gaes3 is exactly that, and is layered on top of simples3.

Usage is exactly like simples3, but with a different class:

>>> from gaes3 import AppEngineS3Bucket
>>> bucket = AppEngineS3Bucket("foo", access_key, secret_key)
>>> bucket.info("foo")["mimetype"]
'text/plain'

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gaes3-0.1.tar.gz (1.6 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