Skip to content

JulienSansot/react-s3-chunk-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a web interface to AWS S3 made with React.

The files are uploadded using the multipart method. It's much more reliable than the regular method. The files are sent directly to S3 in small chunked parts. If one chunk fails, the browser doesn't have to resend the whole file but just the failed chunk.

The back-end is in ruby on rails but it should be easy to make a different back-end. The most interesting part of this project is the front-end.

At the moment it looks like that: screenshot

Features :

  • Browse files and folders
  • upload files
  • create folders
  • delete files/folders
  • cut and paste files/folders
  • copy and paste files/folders
  • rename a file
  • download file

TODO :

  • sorting by name or size
Major dependencies :

About

Web page to manage files in AWS S3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published