We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5974795 commit 57931c0Copy full SHA for 57931c0
test/fixtures/s3-fixture/src/test/java/fixture/s3/S3HttpHandlerTests.java
@@ -61,6 +61,7 @@ private static void assertListObjectsResponse(
61
queryParts.add("delimiter=" + delimiter);
62
}
63
if (randomBoolean()) {
64
+ // test both ListObjects and ListObjectsV2 - they only differ in terms of pagination but S3HttpHandler doesn't do that
65
queryParts.add("list-type=2");
66
67
Randomness.shuffle(queryParts);
0 commit comments