Increase maximum 1000 List keys to 10000 (#8444)

This commit is contained in:
Harshavardhana
2019-10-28 10:36:15 -07:00
committed by GitHub
parent a49d4a9cb2
commit a2825702f8
3 changed files with 8 additions and 8 deletions

View File

@@ -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",
},
}