Skip to content

[Enhancement]: r/aws_s3_object: Support conditional writes with if_none_match argument #38964

Open
@jar-b

Description

@jar-b

Description

Amazon S3 now supports conditional writes. The AWS provider should enable this option in the corresponding Terraform resources.

Blog: https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-s3-conditional-writes/

Affected Resource(s) and/or Data Source(s)

  • aws_s3_object
  • aws_s3_bucket_object

Potential Terraform Configuration

resource "aws_s3_object" "example" {
  ### other configuration ###

  if_none_match = "*"
}

References

Would you like to implement a fix?

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/s3Issues and PRs that pertain to the s3 service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions