Skip to content

thanhson1085/python-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple example to upload and download file from Amazon S3 by using Python Flask.

Requirements

  • flask
  • flask-swagger
  • boto3

Installation

sudo apt-get install libyaml-dev 

virtualenv -p /usr/bin/python3 env
. env/bin/activate
pip install -r requirements.txt

Run

. env/bin/activate
python app.py

Test

In default, you can use Swagger UI to test Upload API. The link for swagger schema is http://localhost:5000/docs

About

A simple exampe to upload and download file by using Flask and Boto3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages