Skip to content

Commit 3ddd15d

Browse files
committed
Update level2 AWS S3 bucket name in test
1 parent 87d24dd commit 3ddd15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cdm/s3/src/test/java/ucar/unidata/io/s3/TestS3ExternalCompressionRead.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2020 University Corporation for Atmospheric Research/Unidata
2+
* Copyright (c) 2019-2025 University Corporation for Atmospheric Research/Unidata
33
* See LICENSE for license information.
44
*/
55

@@ -19,7 +19,7 @@
1919

2020
@Category(NeedsExternalResource.class)
2121
public class TestS3ExternalCompressionRead {
22-
private static final String compressedObject = "cdms3:noaa-nexrad-level2?1991/07/20/KTLX/KTLX19910720_160529.gz";
22+
private static final String compressedObject = "cdms3:unidata-nexrad-level2?1991/07/20/KTLX/KTLX19910720_160529.gz";
2323
private static final String fragment = "#delimiter=/";
2424

2525
@Test

0 commit comments

Comments
 (0)