gaes3

S3 interface for Google App Engine
Download

gaes3 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Ludvig Ericson
  • Publisher web site:

gaes3 Tags


gaes3 Description

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 a Python library that does 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")'text/plain' Requirements: · Python


gaes3 Related Software