mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Increase maximum 1000 List keys to 10000 (#8444)
This commit is contained in:
@@ -64,7 +64,7 @@ func TestListObjectsV2Resources(t *testing.T) {
|
||||
startAfter: "start-after",
|
||||
delimiter: SlashSeparator,
|
||||
fetchOwner: true,
|
||||
maxKeys: 1000,
|
||||
maxKeys: maxObjectList,
|
||||
encodingType: "gzip",
|
||||
errCode: ErrNone,
|
||||
},
|
||||
@@ -150,7 +150,7 @@ func TestListObjectsV1Resources(t *testing.T) {
|
||||
prefix: "photos/",
|
||||
marker: "test",
|
||||
delimiter: SlashSeparator,
|
||||
maxKeys: 1000,
|
||||
maxKeys: maxObjectList,
|
||||
encodingType: "gzip",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user