Page MenuHomePhabricator

Upload wiki assets to local S3 storage when working locally
Closed, ResolvedPublic

Description

Currently, wiki assets (logos) are uploaded to a GCS bucket, also when working with the local minikube setup. As we now deploy a local MinIO instance for backups, we can use the same instance for storing and serving these assets.

  • Consider switching to S3 storage provider in platform API in all environments (if impossible introduce this locally only)
  • Add ingress to access this bucket over http
  • Ensure URL generation in a platform api to access logos in this bucket is correct