mirror of
https://github.com/pgsty/minio.git
synced 2026-08-02 16:45:57 +03: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