ObjectsETag Property
The ETag of the object.
Object Oriented Interface
public function getObjectsETag($objectsindex);
Procedural Interface
ipworkss3_s3client_get($res, 32 , $objectsindex);
Default Value
''
Remarks
The ETag of the object.
This property reflects the ETag of the object.
An object's ETag is an MD5 hash of its contents, and as such can be used to determine if its contents have been modified.
Not applicable when ListMultipartUploads is called.
The size of the array is controlled by the ObjectsCount property.
This property is read-only and not available at design time.
Data Type
String