mirror of
https://github.com/diced/zipline.git
synced 2026-06-12 19:01:18 -07:00
feat: add DATASOURCE_S3_FORCE_PATH_STYLE (#658)
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user