Minio section in documentation outdated
The documentation describes a way to set up sorry-cypress on gcloud by spinning up minio. The explanation for how to set up minio no longer works.
The gateway command (referenced as the start command https://docs.sorry-cypress.dev/cloud-setup/google-cloud#deploy-minio-gateway) has been removed and no longer works, see https://blog.min.io/deprecation-of-the-minio-gateway/
The command to create a new bucket (<bucket_name>) and set policy using mc - minio client does not work either. Running it returns an error:
mc: <ERROR> Unable to initialize new alias from the provided credentials. XML syntax error on line 2: unquoted or missing attribute value in element.
The documentation makes no mention of mc config host add and instead refers to mc alias set (see https://min.io/docs/minio/linux/reference/minio-mc.html?ref=docs#create-an-alias-for-the-s3-compatible-service)
Seeing as i am not at all familiar with minio, some updated documentation would be appreciated. Alternatively, maybe refer to the latest image this approach is working on and mention this in the docs?