Home | History | Annotate | Download | only in cloudstorage

Lines Matching refs:etag

104                etag,
117 etag: hex digest of the md5 hash of the file's content. str.
129 self.etag = None
136 if etag[0] == '"' and etag[-1] == '"':
137 etag = etag[1:-1]
138 self.etag = etag
146 'st_ctime: %(st_ctime)s, etag: %(etag)s, '
152 etag=self.etag,
168 if self.etag:
169 return hash(self.etag)
423 _T_ETAG = _add_ns('ETag')