Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

wenaught/flask-s3-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask S3 Images

It is a simple REST API that allows fetching files from an AWS S3 bucket and uploading to the bucket.

Prerequisites

AWS_PROFILE, or a combination of AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID environment variables set, and AWS CLI configured.

Usage

Please edit config.json in Flask instance folder according to your setup before installation:

{
    "DB_CONFIG": {
        "host": "",
        "database": "",
        "user": "",
        "password": ""
    },
    "BUCKET": ""
}

About

An app to fetch images from S3 with Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published