I was tired of using the aws cli to browse through S3 buckets and using the AWS console is not very friendly so I developed my own web file-browser for S3 storage.S3 Web Browser is a Flask-based web application that allows users to browse AWS S3 buckets and their contents via a simple web interface. This project leverages Boto3, AWS’s SDK for Python, to interact with S3.
S3 Web Browser is a Flask-based web application that allows users to browse AWS S3 buckets and their contents via a simple web interface. This project leverages Boto3, AWS’s SDK for Python, to interact with S3.