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.
2 parents 04c8a85 + a773e22 commit f893cb1Copy full SHA for f893cb1
cdm/s3/src/test/java/thredds/filesystem/s3/TestControllerS3.java
@@ -106,7 +106,7 @@ public void testGetInventoryTopBucketGcsNoDelimiterOsdc() throws URISyntaxExcept
106
public void testGetInventoryTopBucketDelimiterAws() throws URISyntaxException {
107
CdmS3Uri uri = new CdmS3Uri(S3TestsCommon.TOP_LEVEL_AWS_BUCKET + DELIMITER_FRAGMENT);
108
// contains a single object at "/" (/index.html)
109
- checkInventoryTopCountAtMost(uri, 3);
+ checkInventoryTopCountAtMost(uri, 4);
110
}
111
112
@Test
0 commit comments