theBenForce/data-migration

View on GitHub
plugins/drivers/s3/src/index.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function s3DriverBuilder has 87 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const s3DriverBuilder: DriverBuilder<S3DriverParameters, AWS.S3> = (
  params,
  logger: Logger
): S3Driver => {
  let bucketName: string;
Severity: Major
Found in plugins/drivers/s3/src/index.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status