Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Feb 12, 2025
1 parent f81a57f commit 33c63c1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/js/bun/s3/s3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ const allCredentials = [
service: "R2" as string,
},
{
accessKeyId: getSecret("SUPABASE_ACCESS_KEY"),
secretAccessKey: getSecret("SUPABASE_SECRET_KEY"),
endpoint: getSecret("SUPABASE_ENDPOINT"),
bucket: getSecret("SUPABASE_BUCKET"),
accessKeyId: getSecret("S3_SUPABASE_ACCESS_KEY"),
secretAccessKey: getSecret("S3_SUPABASE_SECRET_KEY"),
endpoint: getSecret("S3_SUPABASE_ENDPOINT"),
bucket: getSecret("S3_SUPABASE_BUCKET"),
region: getSecret("S3_SUPABASE_REGION"),
service: "supabase" as string,
},
];
Expand Down

0 comments on commit 33c63c1

Please sign in to comment.