Etag
Jump to navigation
Jump to search
resource "aws_s3_object" "object" { bucket = "your_bucket_name" key = "new_object_key" source = "path/to/file" etag = filemd5("path/to/file") }
curl -v
Advertising: