Search code examples
pythonamazon-s3pyramid

Pyramid Storage Backend for S3


I'm looking for a good Pyramid custom storage backend for use with Amazon S3. I've been googling around but can't seem to find much. Could someone please give some suggestions?


Solution

  • I believe Boto is the goto library for interacting with AWS within any python application.