disunity-hq / disunity

A fullstack toolchain for modding Unity games
MIT License
20 stars 4 forks source link

Temporary storage for unpublished vesions #33

Open scottbot95 opened 5 years ago

scottbot95 commented 5 years ago

Currently we upload the mod version directly to the storage provider upon receiving the upload. This means that unpublished mods, and re-uploads of unpublished mods, will be using space and bandwidth on whatever CDN we decide to use.

This may not be a problem, but if it is a possible solution is to store the files locally in a DbStorageProvider first, and then transfer it to the longer term storage once the author publishes it.