mirror of
https://github.com/minio/minio.git
synced 2025-02-04 18:36:00 -05:00
fix: missing proxy request by bucket for ListVersions (#10260)
This commit is contained in:
parent
30da442a85
commit
43e6d1ce2d
@ -89,6 +89,10 @@ func (api objectAPIHandlers) ListObjectVersionsHandler(w http.ResponseWriter, r
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if proxyRequestByBucket(ctx, w, r, bucket) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
listObjectVersions := objectAPI.ListObjectVersions
|
listObjectVersions := objectAPI.ListObjectVersions
|
||||||
|
|
||||||
// Inititate a list object versions operation based on the input params.
|
// Inititate a list object versions operation based on the input params.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user