tus / tusd

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

s3store: Allow customizing upload ID, object ID and bucket #1167

Open Acconut opened 4 months ago

Acconut commented 4 months ago

Previously, the upload ID included the multipart ID, which made fully customizing the upload ID (and thus upload URL) impossible. With this PR, we hope to allow full customization of the upload ID and even the destination object key.

Overall changes:

TODO: