mirror of
https://github.com/minio/minio.git
synced 2025-01-26 14:13:16 -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
|
||||
}
|
||||
|
||||
if proxyRequestByBucket(ctx, w, r, bucket) {
|
||||
return
|
||||
}
|
||||
|
||||
listObjectVersions := objectAPI.ListObjectVersions
|
||||
|
||||
// Inititate a list object versions operation based on the input params.
|
||||
|
Loading…
x
Reference in New Issue
Block a user