gaes3 0.1
S3 interface for Google App Engine
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'
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| gaes3-0.1.tar.gz (md5) | Source | 2010-01-12 | 1KB | 453 | |
- Author: Ludvig Ericson
- Home Page: http://sendapatch.se/
- Package Index Owner: toxik
- DOAP record: gaes3-0.1.xml
