Skip to content

Commit

Permalink
Removed unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Sep 29, 2023
1 parent 2937b26 commit 50accb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/src/util/s3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export function init (): void {
// Where <prefix> is your application name, system name, and service name concatenated with underscores, capitalized, and all dashes replaced with underscores.
// The s3 service name is s3 in the application which is then capitalized to _S3_ below

// We need to error check if we're running on application we don't fall back to the unittests on live
const PREFIX: string = getPrefix(true); // Use the controller if we have one
const bucketName: string | undefined = process.env[`${PREFIX}_S3_BUCKET_NAME`];
log(`${PREFIX}_S3_BUCKET_NAME = ${bucketName}`, LogLevel.DEBUG);
Expand Down

0 comments on commit 50accb6

Please sign in to comment.