Skip to content

PJLindsay/flask-s3-browser

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.2%
  • Python 45.1%
  • CSS 0.7%