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:
Harshavardhana
2019-08-19 11:02:54 -10:00
committed by GitHub
parent 9ca7470ccc
commit c601cb2f1e
5 changed files with 194 additions and 2 deletions

View File

@@ -481,7 +481,6 @@ var notimplementedBucketResourceNames = map[string]bool{
"requestPayment": true,
"tagging": true,
"versioning": true,
"versions": true,
"website": true,
}