Skip to content

Commit cb18345

Browse files
Cleanup byterange test URLS
1 parent 3eed727 commit cb18345

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nc_test/test_byterange.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ set -e
88
# Uncomment to run big test
99
#BIGTEST=1
1010

11-
#Constants
11+
# Test Urls (S3 URLS must be in path format)
1212
URL3="https://thredds-test.unidata.ucar.edu/thredds/fileServer/pointData/cf_dsg/example/point.nc#mode=bytes"
1313
#URL3="https://remotetest.unidata.ucar.edu/thredds/fileServer/testdata/2004050300_eta_211.nc#bytes"
14-
URL4a="https://noaa-goes16.s3.amazonaws.com/ABI-L1b-RadC/2017/059/03/OR_ABI-L1b-RadC-M3C13_G16_s20170590337505_e20170590340289_c20170590340316.nc#mode=bytes"
14+
URL4a="https://s3.us-east-1.amazonaws.com/noaa-goes16/ABI-L1b-RadC/2017/059/03/OR_ABI-L1b-RadC-M3C13_G16_s20170590337505_e20170590340289_c20170590340316.nc#mode=bytes"
1515
URL4b="https://thredds-test.unidata.ucar.edu/thredds/fileServer/irma/metar/files/METAR_20170910_0000.nc#bytes"
1616
# Do not use unless we know it has some permanence (note the segment 'testing' in the URL);
1717
if test "x$BIGTEST" = x1 ; then
18-
URL4c="https://coawst-public.s3-us-west-2.amazonaws.com/testing/HadCRUT.4.6.0.0.median.nc#mode=bytes"
18+
URL4c="https://s3.us-west-2.amazonaws.com/coawst-public/testing/HadCRUT.4.6.0.0.median.nc#mode=bytes"
1919
fi
2020

2121
echo ""

0 commit comments

Comments
 (0)