Skip to content

feat: use s3 storage for static files

Keith Grootboom requested to merge keith/s3-static-storage into main

Description

Add a new setting, GROVE_ENABLE_S3_STATIC_FILES. If enabled, then static files for the LMS and CMS (not MFE's) will be served from the configured static bucket.

Supporting information

Testing instructions

Steps to test the changes:

Visit:

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • All providers include the new feature/change
  • All affected providers can provision new clusters
  • Unit tests are added/updated
  • Documentation is added/updated
  • The TOOLS_CONTAINER_IMAGE_VERSION in ci_vars.yml is updated
  • The grove-template repository is updated
Edited by Keith Grootboom

Merge request reports