abstatic / s3browser

Easy way to browse s3 files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S3 Browser

Simple S3 file browser

CSV File Alt text

Docker

To build docker build --tag s3browser .

Create a file ~/aws.env with environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY

*.env are ignored in .gitignore and .dockerignore

And run docker with above env file docker run -t -i --env-file ~/aws.env -p9000:9000 s3browser ./s3browser/start_gunicorn.sh

Health Check url is /ping

Acknowledgements

CSS is modified from milligram

Inspired by an internal tool of Bloomreach, which was developed by Antariksh Bothale

About

Easy way to browse s3 files

License:MIT License


Languages

Language:CSS 42.6%Language:HTML 26.4%Language:Python 23.0%Language:Shell 4.0%Language:Dockerfile 2.9%Language:Makefile 1.0%