Skip to content

Improved pyS3browser - added support for Python 3 and custom (non-AWS) S3 servers.

License

Notifications You must be signed in to change notification settings

petrsmid/pys3browser

 
 

Repository files navigation

pyS3browser

Simple web based interface for browsing AWS S3 buckets on web browser. Since I couldn't find much apps for Mac OS. I have created this app using Python-Flask as backend.

Technologies

  • Python-Flask
  • Bootstrap
  • Jquery

Python Dependencies

  • Flask
  • boto3
  • humanfriendly

Installation

Clone repo

$ git clone https://github.com/amjad489/pys3browser.git

Install dependencies

cd pys3browser
$ pip install -r requirements

Run

$ python app.py                  
 * Serving Flask app "app" (lazy loading)
 * Environment: production
   WARNING: Do not use the development server in a production environment.
   Use a production WSGI server instead.
 * Debug mode: off
2018-09-23 14:01:54,639 werkzeug _log():88 INFO      * Running on http://0.0.0.0:6000/ (Press CTRL+C to quit)

Launch browser and access http://localhost:6000/

Pull Request

If you want to contribute. Open a pull request

Support

GitHub issues for bug reports and new feature requests.

About

Improved pyS3browser - added support for Python 3 and custom (non-AWS) S3 servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 35.9%
  • HTML 25.5%
  • SCSS 19.7%
  • CSS 17.7%
  • Python 0.8%
  • Shell 0.3%
  • Other 0.1%