Skip to content

Commit f6bf4ee

Browse files
committed
feat: adding enhanced mode to cross account
1 parent fbeefad commit f6bf4ee

File tree

1 file changed

+1
-0
lines changed
  • examples/s3-to-s3-cross-account

1 file changed

+1
-0
lines changed

examples/s3-to-s3-cross-account/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ module "backup_tasks" {
205205
name = "s3_to_s3_cross_account_task"
206206
source_location_arn = module.s3_source_location.s3_locations["source-bucket"].arn
207207
destination_location_arn = module.s3_dest_location.s3_locations["dest-bucket"].arn
208+
task_mode = "ENHANCED" # Use enhanced mode for S3-to-S3 cross-account transfers
208209
options = {
209210
posix_permissions = "NONE"
210211
uid = "NONE"

0 commit comments

Comments
 (0)