Skip to content

Commit

Permalink
Merge pull request #16 from gfkse/bugfix/#15_datasync
Browse files Browse the repository at this point in the history
Fixes #15 replacing the requirements every run and enabled verification onl…
  • Loading branch information
jakubberezowski authored Oct 28, 2021
2 parents 684ce8b + 8c7c829 commit 8201e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions data_sync_dags.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ resource "aws_datasync_task" "dag_sync" {

options {
bytes_per_second = -1
verify_mode = "ONLY_FILES_TRANSFERRED"
}
}
2 changes: 2 additions & 0 deletions data_sync_requirements.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ resource "aws_datasync_task" "requirements_sync" {

options {
bytes_per_second = -1
transfer_mode = "ALL"
verify_mode = "ONLY_FILES_TRANSFERRED"
}
}

0 comments on commit 8201e74

Please sign in to comment.