tus / tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads
https://tus.github.io/tusd
MIT License
2.93k stars 465 forks source link

docs: Add example usage with Minio and Azurite #1094

Open Acconut opened 4 months ago

Acconut commented 4 months ago

Minio and Azurite can be helpful for debugging issues related to S3 and Azure without using cloud services by relying on local development services. We should add a brief section to the S3 and Azure documentation listing the steps to get it running. That can be helpful for developers to get it set up quickly.