Difference between revisions of "Etag"
Jump to navigation
Jump to search
(Created page with " curl -v") Tags: Mobile web edit, Mobile edit |
|||
Line 1: | Line 1: | ||
+ | |||
+ | resource "[[aws_s3_object]]" "object" { | ||
+ | bucket = "your_bucket_name" | ||
+ | key = "new_object_key" | ||
+ | source = "path/to/file" | ||
+ | |||
+ | [[etag]] = [[filemd5]]("path/to/file") | ||
+ | } | ||
[[curl -v]] | [[curl -v]] |
Latest revision as of 09:36, 4 January 2024
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: