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
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 details)
File details
Details for the file gaes3-0.1.tar.gz
.
File metadata
- Download URL: gaes3-0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 870bbe557b6cfa49590748f6c2ca34ce552e19c868be46bdb02295188a0eda10 |
|
MD5 | 21d5c07caaf43794f5e016c942c05fb0 |
|
BLAKE2b-256 | ce8370b0a06d2aaa3c2fd6fa41ffb59515fe53db866bd1f9b90518db3cac5eac |