Skip to content

Commit

Permalink
Update fargate-run-task-construct.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpatto authored Nov 28, 2023
1 parent 39dfb0e commit 980f1c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
});

Expand Down

0 comments on commit 980f1c2

Please sign in to comment.