Dragon Wind - Dual-mode broadcast uploader with HTTP and UDP acceleration. Fast, reliable file transfer for professional broadcast workflows.
Find a file
ZGaetano e95cc5ae38 fix: use buildS3Key in /api/desktop/multipart/init to restore -- folder prefix in S3 keys
The /api/desktop/multipart/init endpoint was building the S3 key using a
forward slash separator (prefix + "/" + filename) instead of the "--" delimiter
convention used everywhere else. This caused files uploaded via the desktop
multipart path to land as "Media/Dailies/file.mxf" instead of
"Media--Dailies--file.mxf", breaking AMPP folder sorting which relies on the
"--" delimiter to parse folder hierarchy.

Fix: replace the manual key construction with buildS3Key(prefix, filename),
consistent with /api/upload, /api/presigned, /api/upload/initiate, and
/api/udp/session.
2026-05-02 23:09:05 -04:00
README.md Initial commit 2026-04-05 19:36:45 -04:00
server.js fix: use buildS3Key in /api/desktop/multipart/init to restore -- folder prefix in S3 keys 2026-05-02 23:09:05 -04:00

DragonWind

Dragon Wind - Dual-mode broadcast uploader with HTTP and UDP acceleration. Fast, reliable file transfer for professional broadcast workflows.