diff --git a/packages/aws-copy-out-sharer/construct/fargate-run-task-construct.ts b/packages/aws-copy-out-sharer/construct/fargate-run-task-construct.ts index a2d02e0..98628b7 100644 --- a/packages/aws-copy-out-sharer/construct/fargate-run-task-construct.ts +++ b/packages/aws-copy-out-sharer/construct/fargate-run-task-construct.ts @@ -69,6 +69,8 @@ export class FargateRunTaskConstruct extends Construct { RCLONE_CONFIG_S3_PROVIDER: "AWS", RCLONE_CONFIG_S3_ENV_AUTH: "true", RCLONE_CONFIG_S3_REGION: Stack.of(this).region, + // we already establish the bucket exists - so we don't want rclone to also check on each copy + RCLONE_S3_NO_CHECK_BUCKET: "true", }, });