Skip to content

sagarchauhan005/laravel-s3-browser

Repository files navigation

Laravel S3 browser

Laravel S3 browser helps you browse your S3 bucket and view the files in it, directly in your browser. You can then either delete the files or download them.

This project shall come handy to anyone who wants to clean their S3 bucket by going through majority of the files and not randomly clean or move the files.

Looking for contributors to work on this !

Image Preview

Imgur

CSS/JSS etc

Imgur

Getting Started !

  • Edit your environment file with the following variables and assign their values
    • AWS_ACCESS_KEY_ID
    • AWS_SECRET_ACCESS_KEY
    • AWS_DEFAULT_REGION
    • AWS_BUCKET
  • Run composer update and wait for all the dependencies to load
  • Run php artisan serve
  • Enjoy.

NOTE

If you want only images, set ONLY_IMAGE_RESULT=true and IMAGE_PAGINATION_COUNT={large number}, so that it can skip non-image files for pagination

Author

Sagar Chauhan works as a Technical Lead at Veu and Animal Advertising Pvt Ltd. In his spare time, he hunts bug as a Bug Bounty Hunter. Follow him at Instagram, Twitter, Facebook, Github

License

MIT

About

Laravel S3 browser helps you browse your S3 bucket and view the files in it, directly in your browser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published