cloudflare-docs
cloudflare-docs copied to clipboard
go-tus example on stream upload documentation is incomplete
Which Cloudflare product does this pertain to?
Stream
Existing documentation URL(s)
https://developers.cloudflare.com/stream/uploading-videos/upload-video-file/
What changes are you suggesting?
Innthe go example, using go-tus, is not possible to obtain the stream id of the video, so, the upload works fine, but i can not know where it was uploaded xD
in Node.js exists a 'onAfterResponse' callback that enables the retrieve of the stream-id header, but in go-tus that is not possible. I would appreciate any suggestions to b documented in that page.
Additional information
a