Browse your buckets and check usage without the need to log into AWS Console
- Browse your Buckets and Objects
- Search by Prefix
- Analyze Bucket size & Object count
- List largest and smallest files
- Secure - your credentials are not stored
- Standalone - node.js app
- One click deploy to Heroku
- Deploy anywhere with Docker
Programmatic usage credentials from AWS IAM with the proper ACL settings to access your S3 buckets (Access Key ID, Secret Access Key)
docker run -p 8000:3000 omaksi/s3admin
Node.js and yarn required
yarn
yarn run dev
- Bucket Settings
Please open an issue :)
MIT