Tus - Download any file from minIO

Hi everyone, i’m working with tus server and storage data in minIO. Previously, I stored files on FTP and now I need to move my old data from FTP to minIO. But after doing that i can’t download old files through Tus according to current server activity stream. I tried research but I couldn’t find much documentation for this. Is it possible to download files that were not uploaded via Tus? And if not, is there a way to quickly transfer old data from FTP to minIO via Tus?
Thanks a lot for any help or suggest.

Tus is not intended to facilite downloads in general - especially not from files that haven’t been uploaded through its server. I would recommend you to either download them via the S3 API directly or use a dedicated file serving server.

The reason why the downloads likely fail is that the .info file on S3 is missing, which is created for every upload.

1 Like