mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
fix: crash in storage rest client due to spurious query params (#9924)
regression got introduced in dee3cf2d7f
when the DeleteVersion API was changed, but the corresponding query
params were left in-tact.
This commit is contained in:
@@ -61,7 +61,6 @@ const (
|
||||
storageRESTFilePath = "file-path"
|
||||
storageRESTVersionID = "version-id"
|
||||
storageRESTTotalVersions = "total-versions"
|
||||
storageRESTDeleteMarker = "delete-marker"
|
||||
storageRESTSrcVolume = "source-volume"
|
||||
storageRESTSrcPath = "source-path"
|
||||
storageRESTDataDir = "data-dir"
|
||||
|
||||
Reference in New Issue
Block a user