A web based folder/bucket explorer in ReactJS framework consuming S3 REST API.
- On Page Load: Only folders/files which are present at the root of bucket are visible.
- If folder is clicked: It
- Expands if it is in collapsed state.
- Collapses if it is in expanded state.
- If file name is clicked: It display the contents of the file.
- This repo is made using the boilerplate
https://github.com/mxstbr/react-boilerplate
. - Clone the repo and install npm packages using
npm install
. - Add s3Secrets.js file in
app/api
. - Run
npm start
to see the app athttp://localhost:3000
. - Run
npm run build
to build the app.
Now you're ready to rumble!