mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 07:46:36 +00:00
Remove s3 bucket
This commit is contained in:
@@ -176,9 +176,9 @@ export const privateConfigSchema = z.object({
|
|||||||
.string()
|
.string()
|
||||||
.optional()
|
.optional()
|
||||||
.transform(getEnvOrYaml("STRIPE_WEBHOOK_SECRET")),
|
.transform(getEnvOrYaml("STRIPE_WEBHOOK_SECRET")),
|
||||||
s3Bucket: z.string(),
|
// s3Bucket: z.string(),
|
||||||
s3Region: z.string().default("us-east-1"),
|
// s3Region: z.string().default("us-east-1"),
|
||||||
localFilePath: z.string().optional()
|
// localFilePath: z.string().optional()
|
||||||
})
|
})
|
||||||
.optional()
|
.optional()
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user