refactor: add prefix support for storage column configuration and update blob path generation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user