tusd
tusd copied to clipboard
Sending metadata once upload is done
Question We need to send some custom metatdata once the upload finishes i.e. when final chunk gets uploaded. It can be some custom header as well.
Setup details Please provide following details, if applicable to your situation:
- Operating System: macOS
- Used tusd version: v1.0.2
- Used tusd data storage: AWS S3
- Used tusd configuration: x
- Used tus client library: tus-js-client, tus-java-client
tusd does not have such a feature yet. As of right now, it cannot send custom data back to the client. You would have to implement your own endpoint, so the client can fetch this metadata.
The v2 release will contain features to customize the response from tusd and include custom headers, for example. See #672 for more details.