You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: