Skip to content

A web based folder/bucket explorer in ReactJS framework consuming S3 REST API.

License

Notifications You must be signed in to change notification settings

himanshujariyal/s3-bucket-explorer

Repository files navigation

Amazon S3 Bucket Explorer

A web based folder/bucket explorer in ReactJS framework consuming S3 REST API.

Demo Image

Specifications:

  1. On Page Load: Only folders/files which are present at the root of bucket are visible.
  2. If folder is clicked: It
    • Expands if it is in collapsed state.
    • Collapses if it is in expanded state.
  3. If file name is clicked: It display the contents of the file.

Quick start

  1. This repo is made using the boilerplate https://github.com/mxstbr/react-boilerplate.
  2. Clone the repo and install npm packages using npm install.
  3. Add s3Secrets.js file in app/api.
  4. Run npm start to see the app at http://localhost:3000.
  5. Run npm run build to build the app.

Now you're ready to rumble!

Documentation

  • Intro: What's included and why
  • Commands: Getting the most out of this boilerplate
  • Testing: How to work with the built-in test harness
  • Styling: How to work with the CSS tooling
  • Your app: Supercharging your app with Routing, Redux, simple asynchronicity helpers, etc.

About

A web based folder/bucket explorer in ReactJS framework consuming S3 REST API.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published