Skip to content

Design a Tree Component which acts like a IDE to show Tree-like structure of S3-bucket and render file contents on right pane on-click

Notifications You must be signed in to change notification settings

kartikv11/s3-react-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React s3-bucket explorer

Runs in-Browser

Needs:

S3_BUCKET = "s3.kiwi.locus";
BUCKET_URL = "s3.kiwi.locus.s3.ap-south-1.amazonaws.com/";

Currently only mock tree is done. S3 library is written in s3-listing.js file

Issues

  • Left pane shows directories/files listing, Upon click content needs to render in right only for Currently selected file, but all the ones selected previously are shown. Needs Pub/Sub Component to render CONTENT

  • Integration with S3 library for given Tree-like structure on-click Event.

About

Design a Tree Component which acts like a IDE to show Tree-like structure of S3-bucket and render file contents on right pane on-click

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published