feat(storage/s3): make S3 socket timeout configurable #233
+2
−1
Annotations
2 errors
|
Run pnpm run type-check
Process completed with exit code 2.
|
|
Run pnpm run type-check:
tests/setup.ts#L73
Property ''STORAGE_S3_SOCKET_TIMEOUT_MS'' is missing in type '{ STORAGE_DRIVER: "s3"; AWS_REGION: string; STORAGE_S3_BUCKET: string; AWS_ACCESS_KEY_ID: string; AWS_SECRET_ACCESS_KEY: string; AWS_ENDPOINT_URL: string; }' but required in type '{ STORAGE_DRIVER: "s3"; STORAGE_S3_BUCKET: string; AWS_REGION: string; STORAGE_S3_SOCKET_TIMEOUT_MS: number; AWS_ENDPOINT_URL?: string | undefined; AWS_ACCESS_KEY_ID?: string | undefined; AWS_SECRET_ACCESS_KEY?: string | undefined; }'.
|
Loading