Skip to content

Conversation

@tmalali-coder
Copy link
Collaborator

Added support for S3 enhanced transfer mode.

Output of terraform test:

tests/01_efs_to_s3.tftest.hcl... in progress
  run "mandatory_plan_basic"... pass
  run "mandatory_apply_basic"... pass
╷
│ Warning: Argument is deprecated
│ 
│   with module.s3_location.aws_iam_role.datasync_role_s3["datasync-s3"],
│   on modules/datasync-locations/main.tf line 28, in resource "aws_iam_role" "datasync_role_s3":
│   28: resource "aws_iam_role" "datasync_role_s3" {
│ 
│ inline_policy is deprecated. Use the aws_iam_role_policy resource instead.
│ If Terraform should exclusively manage all inline policy associations (the
│ current behavior of this argument), use the aws_iam_role_policies_exclusive
│ resource as well.
╵

tests/01_efs_to_s3.tftest.hcl... tearing down
tests/01_efs_to_s3.tftest.hcl... pass
tests/02_s3_to_s3.tftest.hcl... in progress
  run "mandatory_plan_basic"... pass
  run "mandatory_apply_basic"... pass
╷
│ Warning: Argument is deprecated
│ 
│   with module.s3_location.aws_iam_role.datasync_role_s3["dest-bucket"],
│   on modules/datasync-locations/main.tf line 28, in resource "aws_iam_role" "datasync_role_s3":
│   28: resource "aws_iam_role" "datasync_role_s3" {
│ 
│ inline_policy is deprecated. Use the aws_iam_role_policy resource instead.
│ If Terraform should exclusively manage all inline policy associations (the
│ current behavior of this argument), use the aws_iam_role_policies_exclusive
│ resource as well.
│ 
│ (and one more similar warning elsewhere)
╵

tests/02_s3_to_s3.tftest.hcl... tearing down
tests/02_s3_to_s3.tftest.hcl... pass

Success! 4 passed, 0 failed.

@tmalali-coder
Copy link
Collaborator Author

/do-e2e-tests

@aws-ia-automator-prod
Copy link

End to end test has been scheduled

@aws-ia-automator-prod
Copy link

E2E tests in progress

1 similar comment
@aws-ia-automator-prod
Copy link

E2E tests in progress

Copy link

@aws-ia-automator-prod aws-ia-automator-prod bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E2E tests completed successfully

@tmalali-coder tmalali-coder self-assigned this Oct 27, 2025
@tmalali-coder
Copy link
Collaborator Author

/do-e2e-tests

@aws-ia-automator-prod
Copy link

End to end test has been scheduled

@aws-ia-automator-prod
Copy link

E2E tests in progress

1 similar comment
@aws-ia-automator-prod
Copy link

E2E tests in progress

Copy link

@aws-ia-automator-prod aws-ia-automator-prod bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E2E tests completed successfully

Copy link
Collaborator

@harsheetas harsheetas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants