mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Browser: Implement multi select user interface for object listings (#3730)
This commit is contained in:
@@ -849,7 +849,7 @@ func testWebHandlerDownloadZip(obj ObjectLayer, instanceType string, t TestErrHa
|
||||
return 0, nil
|
||||
}
|
||||
var req *http.Request
|
||||
req, err = http.NewRequest("GET", path, bytes.NewBuffer(argsData))
|
||||
req, err = http.NewRequest("POST", path, bytes.NewBuffer(argsData))
|
||||
|
||||
if err != nil {
|
||||
t.Fatalf("Cannot create upload request, %v", err)
|
||||
|
||||
Reference in New Issue
Block a user