clementguillot / nx-cloud-ce

OSS version of Nx Cloud
MIT License
10 stars 1 forks source link

Support GCS and Azure Blob as storage backends #87

Open clementguillot opened 3 months ago

clementguillot commented 3 months ago

Description

S3 is fine and largely adopted. But GCS and Azure Blob are also interesting alternatives and should be supported by apps/server as storage backend.

jbadeau commented 2 months ago

What about using minio to abstract the underlying storage

clementguillot commented 2 months ago

Minio is already in use in docker compose for local development of this project. At work, we use a managed S3-compatible backend but of course Minio is suitable for production environment.

I definitly should add a default Minio instance to Helm chart btw!