[#143] object: Fix well-known attribute comment

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/fix-lint
Pavel Karpy 2022-02-16 15:12:28 +03:00 committed by LeL
parent 29c057272c
commit a25d145d84
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)