mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03:00
Avoid overwriting object tags when changing lock (#9794)
This commit is contained in:
@@ -85,7 +85,7 @@ func (entry FileInfo) ToObjectInfo() ObjectInfo {
|
||||
ContentEncoding: entry.Metadata["content-encoding"],
|
||||
}
|
||||
|
||||
// Extrat object tagging information
|
||||
// Extract object tagging information
|
||||
objInfo.UserTags = entry.Metadata[xhttp.AmzObjectTagging]
|
||||
|
||||
// Extract etag from metadata.
|
||||
|
||||
Reference in New Issue
Block a user