Skip to content

Commit

Permalink
Fix bad S3 paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Dec 6, 2023
1 parent 1deb358 commit 8add5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nczarr_test/run_notzarr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd $ISOPATH
# Test ability to detect NCZarr/Zarr files

URL="${NCZARR_S3_TEST_HOST}/${NCZARR_S3_TEST_BUCKET}"
KEY="/${S3ISOPATH}"
KEY="${S3ISOPATH}"

sometestfailed=

Expand All @@ -30,7 +30,7 @@ cp ${srcdir}/ref_notzarr.tar.gz .
gunzip ref_notzarr.tar.gz
tar -xf ref_notzarr.tar
if test "x$FEATURE_S3TESTS" = xyes ; then
${execdir}/s3util -f notzarr.file/notzarr.txt -u "https://${URL}" -k "//${S3ISOPATH}/notzarr.s3/notzarr.txt" upload
${execdir}/s3util -f notzarr.file/notzarr.txt -u "https://${URL}" -k "${S3ISOPATH}/notzarr.s3/notzarr.txt" upload
fi

echo "Test empty file"
Expand Down

0 comments on commit 8add5c5

Please sign in to comment.