[go: up one dir, main page]

Skip to content
forked from kshailen/s3admin

🤖 AWS S3 admin panel

Notifications You must be signed in to change notification settings

devopsvj/s3admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 s3admin

Browse your buckets and check usage without the need to log into AWS Console

Features

  • 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

Screenshots

Size Limit example Size Limit example Size Limit example

Requirements

Programmatic usage credentials from AWS IAM with the proper ACL settings to access your S3 buckets (Access Key ID, Secret Access Key)

Demo

-> Demo <-

Deploy

Heroku

Deploy to Heroku

Docker

docker run -p 8000:3000 omaksi/s3admin

Development

Node.js and yarn required

yarn
yarn run dev

TODO

  • Bucket Settings

Contributing

Please open an issue :)

License

MIT

About

🤖 AWS S3 admin panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Other 1.8%