mirror of
https://github.com/minio/minio.git
synced 2025-12-08 08:42:43 -05:00
ObjectDescription is now more exact, only exposes necessary details.
This commit is contained in:
@@ -10,8 +10,7 @@ type ObjectStorage interface {
|
||||
}
|
||||
|
||||
type ObjectDescription struct {
|
||||
Name string
|
||||
Md5sum string
|
||||
Protectionlevel string
|
||||
Hash string
|
||||
Name string
|
||||
Md5sum string
|
||||
Murmur3 string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user