Resume uploads with tus and S3

I’m looking into using tus to implement resumable uploads.

The docs refer to tus_storage_s3 but there is no documentation on using s3. Anybody got started with that?

regards,
Michael

1 Like

@maz did you eventually build something with Tus and resumable uploads? If so, I’m curious how you handle resume after socket reconnection.

I’m afraid not. Docs non-existent.

For the server side of the Tus protocol, I’ve used the official implementation (written in Go, can be used as a pre-built binary): Home | tusd documentation