Skip to content

Example of resumable file uploads on S3 using docker

License

Notifications You must be signed in to change notification settings

Demitroi/tusd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tusd-example

Example using MinIO as Amazon S3 Object Storage, tusd as Server Implementation of tus: the open protocol for resumable file uploads https://tus.io/ and Uppy as Frontend. All running on Docker

  1. Start the services
$ docker-compose up -d
  1. Open http://127.0.0.1:9000 in the browser 1.jpg

  2. Login with the default credentials that are in the docker-compose.yaml file 2.jpg

  3. Create a bucket called mybucket 3.jpg 4.jpg

  4. Open http://127.0.0.1:9506/ in the browser 5.jpg

  5. Upload any file 6.jpg

  6. Check that the file has been uploaded 7.jpg