momentum-mod / website

Momentum Mod's main website.
https://momentum-mod.org
MIT License
58 stars 59 forks source link

NestJS: Convert to full S3 for test environment and remove localstore solution #583

Closed Gocnak closed 1 year ago

Gocnak commented 2 years ago

Localstore is left in place in #575 , along with the MOM_STORAGE_USE_LOCAL env var. This is just a backwards compat for now.

After the NestJS rewrite is started (or makes it to this code), we should completely rip out the localstore stuff and convert test over to using MinIO as well.

tsa96 commented 1 year ago

Done in the rewrite!