mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
Add listBucketObjectsVersions implementation (#8093)
This API implementation simply behaves like listObjects() but returns back single version for each object, this implementation should be considered dummy it is only meant for some applications which rely on this.
This commit is contained in:
@@ -481,7 +481,6 @@ var notimplementedBucketResourceNames = map[string]bool{
|
||||
"requestPayment": true,
|
||||
"tagging": true,
|
||||
"versioning": true,
|
||||
"versions": true,
|
||||
"website": true,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user