We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e852b commit c005a8bCopy full SHA for c005a8b
lib/storage/drivers/s3.ts
@@ -18,7 +18,7 @@ export const s3Driver = defineStorageDriver({
18
envSchema: z.object({
19
STORAGE_S3_BUCKET: z.string().min(1),
20
STORAGE_S3_ENDPOINT: z.string().optional(),
21
- STORAGE_S3_REGION: z.string().min(1).default('us-east-1').optional(),
+ STORAGE_S3_REGION: z.string().min(1).default('us-east-1'),
22
STORAGE_S3_PORT: z.coerce.number().positive().optional(),
23
STORAGE_S3_USE_SSL: z
24
.string()
0 commit comments