Skip to content

Commit

Permalink
Merge pull request #18 from elsa-data/fix-rclone-s3-clash
Browse files Browse the repository at this point in the history
Update fargate-run-task-construct.ts
  • Loading branch information
andrewpatto authored Nov 28, 2023
2 parents 39dfb0e + 980f1c2 commit 30b383d
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 30b383d

Please sign in to comment.