mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Fix StorageClass field in ListObject/ListObjectV2 response (#5766)
Fixes: #5754
This commit is contained in:
committed by
kannappanr
parent
30ab71c9d9
commit
9eb94fe8c8
@@ -98,6 +98,9 @@ type ObjectInfo struct {
|
||||
// by the Content-Type header field.
|
||||
ContentEncoding string
|
||||
|
||||
// Specify object storage class
|
||||
StorageClass string
|
||||
|
||||
// User-Defined metadata
|
||||
UserDefined map[string]string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user