fix(minio): support mc_path and harden sync against transient objects

This commit is contained in:
William Valentin
2026-02-19 13:18:20 -08:00
parent b5d691a99f
commit d4f4be068c
12 changed files with 238 additions and 21 deletions
+1
View File
@@ -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({});