mirror of
https://github.com/minio/minio.git
synced 2025-11-29 05:19:03 -05:00
Move to container/list datastructure from map[string][]byte
This commit is contained in:
@@ -376,7 +376,7 @@ func (donut API) ListObjectParts(bucket, key string, resources ObjectResourcesMe
|
||||
return objectResourcesMetadata, nil
|
||||
}
|
||||
|
||||
func (donut API) expiredPart(a ...interface{}) {
|
||||
func (donut API) evictedPart(a ...interface{}) {
|
||||
key := a[0].(string)
|
||||
// loop through all buckets
|
||||
buckets := donut.storedBuckets.GetAll()
|
||||
|
||||
Reference in New Issue
Block a user