Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 801 Bytes

File metadata and controls

26 lines (19 loc) · 801 Bytes

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