feat: add DATASOURCE_S3_FORCE_PATH_STYLE (#658)

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
This commit is contained in:
Creation's
2025-01-09 01:28:18 -05:00
committed by GitHub
parent d6ef09f5b3
commit c0311283a5
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -109,6 +109,7 @@ export const schema = z.object({
region: z.string(),
bucket: z.string(),
endpoint: z.string().nullable().default(null),
forcePathStyle: z.boolean().default(false),
})
.optional(),
local: z