mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
honor lifecycle expiration with tag rule (#9604)
This commit is contained in:
parent
fe8d33452b
commit
48e614b167
@ -85,6 +85,9 @@ func (entry FileInfo) ToObjectInfo() ObjectInfo {
|
||||
ContentEncoding: entry.Metadata["content-encoding"],
|
||||
}
|
||||
|
||||
// Extrat object tagging information
|
||||
objInfo.UserTags = entry.Metadata[xhttp.AmzObjectTagging]
|
||||
|
||||
// Extract etag from metadata.
|
||||
objInfo.ETag = extractETag(entry.Metadata)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user