tolgee-platform icon indicating copy to clipboard operation
tolgee-platform copied to clipboard

Add configurable metadata to S3 content delivery

Open chcatf opened this issue 5 months ago • 1 comments

Is your feature request related to a problem? Please describe. We use a self-hosted S3 bucket (non-AWS) that syncs with a CDN and the TTL of any stored object is controlled by the Cache-Control field of each object's metadata.

Describe the solution you'd like An input added to the content delivery configuration form to set custom metadata on the uploaded translation files such as from here https://github.com/tolgee/tolgee-platform/blob/main/backend/data/src/main/kotlin/io/tolgee/component/fileStorage/S3FileStorage.kt#L44

Describe alternatives you've considered Alternatives are all manual/cron solutions of overwriting existing objects with the proper metadata.

chcatf avatar Jul 09 '25 15:07 chcatf

Hi! Thanks for the report! Sorry for the delay. It seems like a pretty simple addition. If anyone wants to help out, feel free to create a PR!

Anty0 avatar Sep 02 '25 14:09 Anty0