Skip to content

A simple project to show how to use Flask with Amazon S3 to enable user's uploaded files to be stored directly to an S3 bucket

License

Notifications You must be signed in to change notification settings

niejn/Flask-S3-Uploader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask S3 Uploader

This is a basic example showing how to use Flask, Flask-WTF and Boto to automatically upload user files to S3, bypassing storage on the server.

Quick Start

Update config.py with your Amazon details.

Other Notes

The most efficient way of handling the downloads is likely to be just upload the file to the local webserver to enable a quick as possible response to the user, then adding the 'upload to S3' task to a message/task queue that runs in the background as the server can manage.

About

A simple project to show how to use Flask with Amazon S3 to enable user's uploaded files to be stored directly to an S3 bucket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.3%
  • HTML 18.7%