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 Parameters of Listing Versioned Objects in a Bucket
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.