Versioning Object in a Bucket
Type Definition
type Version struct
Parameter Description
|
Field |
Type |
Description |
|---|---|---|
|
Key |
string |
Object name |
|
VersionId |
string |
Object version ID |
|
LastModified |
time.Time |
Time when the last modification was made to the object |
|
ETag |
string |
MD5 value of the object |
|
Size |
int64 |
Object size in bytes |
|
Owner |
Object owner |
|
|
StorageClass |
Storage class of the object |
|
|
IsLatest |
bool |
Whether the object is of the latest version. If the parameter value is True, the object is of the latest version. |
Last Article: Response Result of GET Object versions
Next Article: Versioning Delete Marker in a Bucket
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.