From a25d145d84386807f11a7f0c5782c418ca99745c Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Wed, 16 Feb 2022 15:12:28 +0300 Subject: [PATCH] [#143] object: Fix well-known attribute comment Signed-off-by: Pavel Karpy --- object/wellknown_attributes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object/wellknown_attributes.go b/object/wellknown_attributes.go index 9e1793e..c1fc833 100644 --- a/object/wellknown_attributes.go +++ b/object/wellknown_attributes.go @@ -13,7 +13,7 @@ const ( // user-defined local time of object creation in Unix Timestamp format. AttributeTimestamp = "Timestamp" - // AttributeTimestamp is an attribute key that is commonly used to denote + // AttributeContentType is an attribute key that is commonly used to denote // MIME Content Type of object's payload. AttributeContentType = "Content-Type" )