Skip to content

Commit 8a0421f

Browse files
committed
Removed every unused utilities files following recent changes
1 parent f39efe0 commit 8a0421f

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

utilities/env.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ const schema = z.object( {
1818
SENTRY_PROJECT: z.string().min( 1 ),
1919
SENTRY_AUTH_TOKEN: z.string().min( 1 ).startsWith( "sntrys_" ),
2020

21-
S3_ENABLED: z.enum( [ "true", "false" ] ),
22-
S3_REGION: z.string().min( 1 ),
23-
S3_ENDPOINT: z.string().url(),
24-
S3_BUCKET_NAME: z.string().min( 1 ),
25-
S3_ACCESS_KEY_ID: z.string().min( 16 ).max( 128 ),
26-
S3_SECRET_ACCESS_KEY: z.string().min( 16 ).max( 128 ),
27-
2821
NEXT_PUBLIC_RECAPTCHA_ENABLED: z.enum( [ "true", "false" ] ),
2922
NEXT_PUBLIC_RECAPTCHA_PUBLIC_KEY: z.string().length( 40 ).startsWith( "6Ld" ),
3023
RECAPTCHA_SECRET_KEY: z.string().length( 40 ).startsWith( "6Ld" ),

utilities/s3.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)