mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 08:13:28 +03: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