Skip to content

Commit

Permalink
fix strategy s3 bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTraveylan committed Jan 6, 2025
1 parent 9478052 commit 8721775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/folder-services/factories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class JsonLhExtractorFactory {
return new PublicPathExtractor()
}

if (settings.fileExtractStrategy === "s3-amazon") {
if (settings.fileExtractStrategy === "s3-bucket") {
return new S3AmazonService()
}

Expand Down

0 comments on commit 8721775

Please sign in to comment.