diff --git a/pkg/object/wellknown_attributes.go b/pkg/object/wellknown_attributes.go index 423b5fb..9e1793e 100644 --- a/pkg/object/wellknown_attributes.go +++ b/pkg/object/wellknown_attributes.go @@ -12,4 +12,8 @@ const ( // AttributeTimestamp is an attribute key that is commonly used to denote // user-defined local time of object creation in Unix Timestamp format. AttributeTimestamp = "Timestamp" + + // AttributeTimestamp is an attribute key that is commonly used to denote + // MIME Content Type of object's payload. + AttributeContentType = "Content-Type" )