digdir / designsystemet

Designsystemet
https://designsystemet.no
MIT License
68 stars 34 forks source link

Find a storage for binary files #609

Open mrosvik opened 1 year ago

mrosvik commented 1 year ago

We need a place to store images and videos that are being used in the storefront.

Git is not the best place, since it can not diff binary files. It will upload the entire file and store it forever.

We should find another place to store our binary files.

framitdavid commented 1 year ago

Some alternatives that should be considered:

Vercel Blob - https://vercel.com/docs/storage/vercel-blob Azure Blob Storage - https://azure.microsoft.com/en-us/products/storage/blobs Amazon S3 Cloud Object Storage - https://aws.amazon.com/s3/ DigtialOcean Spaces - https://try.digitalocean.com/cloud-storage

I believe Azure or Vercel is the most relevant alternative for us. :)

Barsnes commented 3 days ago

When the time comes to move over to a CMS, that will most likely have a filestorage we can use. Sanity for example, has this