includeleec / flask-s3-browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask S3 Browser

Creating a virtual environment is recommended.

Creating virtual environment using Python 3 installed with Homebrew:

virtualenv -p python3 venv --always-copy
source venv/bin/activate

Install Dependencies

pip install -r requirements.txt

Configuration

Create a new file .env using the contents of .env-sample. If you are not using the AWS CLI, modify the placeholders to add your AWS credentials and bucket name.

About


Languages

Language:HTML 54.3%Language:Python 45.1%Language:CSS 0.7%