forked from TrueCloudLab/frostfs-sdk-go
[#143] object: Fix well-known attribute comment
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
29c057272c
commit
a25d145d84
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue