refactor: add prefix support for storage column configuration and update blob path generation

This commit is contained in:
2026-05-11 11:04:36 -05:00
parent 6f2e3e28f1
commit 0784458106
4 changed files with 17 additions and 13 deletions

View File

@@ -20,6 +20,7 @@ type ToStorageColumnConfig struct {
Source string `yaml:"source"`
Target string `yaml:"target"`
Mode string `yaml:"mode"`
Prefix string `yaml:"prefix"`
}
type ToStorageConfig struct {