Object in a Bucket
Type Definition
type Content struct
Parameter Description
|
Field |
Type |
Description |
|---|---|---|
|
Key |
string |
Object name |
|
LastModified |
time.Time |
Time when the last modification was made to the object |
|
ETag |
string |
MD5 value of the object (If the object is encrypted using server-side encryption, the ETag is not the MD5 value of the object.) |
|
Size |
int64 |
Object size in bytes |
|
Owner |
Object owner |
|
|
StorageClass |
string |
Storage class of the object |
Last Article: Response Result of GET Objects
Next Article: Request Parameter of GET Object versions
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.