Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

storage-node: moveFile #5024

Closed mnaamani closed 8 months ago

mnaamani commented 8 months ago

Introduce moveFile(src, dest) in place of fs.promises.rename(src, dest), to avoid EXDEV: cross-device link not permitted error when moving a file from temp and pending folders into the uploads folder when they exist on different volumes.