eTag

var eTag: String?

Entity tag for the uploaded object.

**General purpose buckets ** - To ensure that data is not corrupted traversing the network, for objects where the ETag is the MD5 digest of the object, you can calculate the MD5 while putting an object to Amazon S3 and compare the returned ETag to the calculated MD5 value.

**Directory buckets ** - The ETag for the object in a directory bucket isn't the MD5 digest of the object.