name | string | The name of this object or prefix.
|
etag | string | An MD-5 hash of the object. null if this object represents a prefix.
|
is_truncated | boolean | Designates if there is another page of bucket objects. |
last_modified | string | The date and time this object was last modified. null if this object represents a prefix.
|
next_marker | string | Returns the value you should pass to the marker query parameter to get the next page of objects. If there is no next page, null will be returned.
|
owner | string | The owner of this object, as a UUID. null if this object represents a prefix.
|
size | integer | The size of this object, in bytes. null if this object represents a prefix.
|