fix(minio): support mc_path and harden sync against transient objects
This commit is contained in:
@@ -940,6 +940,7 @@ const backupSchema = z.object({
|
||||
bucket: z.string().optional(),
|
||||
prefix: z.string().default('flynn'),
|
||||
secure: z.boolean().default(true),
|
||||
mc_path: z.string().optional(),
|
||||
}).default({}),
|
||||
}).default({});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user