You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This file contains a high-level description of this package's evolution. Release
7
7
8
8
## 4.8.2 - TBD
9
9
10
+
*[Enhancement] Support byte-range reading of netcdf-3 files stored in private buckets in S3. See [Github #2134](https://github.com/Unidata/netcdf-c/pull/2134)
10
11
*[Enhancement] Support Amazon S3 access for NCZarr. Also support use of the existing Amazon SDK credentials system. See [Github #2114](https://github.com/Unidata/netcdf-c/pull/2114)
11
12
*[Bug Fix] Fix string allocation error in H5FDhttp.c. See [Github #2127](https://github.com/Unidata/netcdf-c/pull/2127).
12
13
*[Bug Fix] Apply patches for ezxml and for selected oss-fuzz detected errors. See [Github #2125](https://github.com/Unidata/netcdf-c/pull/2125).
Copy file name to clipboardExpand all lines: docs/nczarr.md
+85-24Lines changed: 85 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -554,24 +554,6 @@ The relevant tests for S3 support are in the _nczarr_test_ directory.
554
554
Currently, by default, testing of S3 with NCZarr is supported only for Unidata members of the NetCDF Development Group.
555
555
This is because it uses a Unidata-specific bucket is inaccessible to the general user.
556
556
557
-
However, an untested mechanism exists by which others may be able to run the S3 specific tests.
558
-
If someone else wants to attempt these tests, then they need to define the following environment variables:
559
-
* NCZARR_S3_TEST_HOST=\<host\>
560
-
* NCZARR_S3_TEST_BUCKET=\<bucket-name\>
561
-
562
-
This assumes a Path Style address (see above) where
563
-
* host -- the complete host part of the url
564
-
* bucket -- a bucket in which testing can occur without fear of damaging anything.
565
-
566
-
_Example:_
567
-
568
-
````
569
-
NCZARR_S3_TEST_HOST=s3.us-west-1.amazonaws.com
570
-
NCZARR_S3_TEST_BUCKET=testbucket
571
-
````
572
-
If anyone tries to use this mechanism, it would be appreciated
573
-
it any difficulties were reported to Unidata as a Github issue.
574
-
575
557
# Appendix B. Building aws-sdk-cpp {#nczarr_s3sdk}
576
558
577
559
In order to use the S3 storage driver, it is necessary to install the Amazon [aws-sdk-cpp library](https://github.com/aws/aws-sdk-cpp.git).
@@ -580,19 +562,22 @@ Building this package from scratch has proven to be a formidable task.
580
562
This appears to be due to dependencies on very specific versions of,
581
563
for example, openssl.
582
564
583
-
However, the following context does work. Of course your mileage may vary.
565
+
## **nix** Build
566
+
567
+
For linux, the following context works. Of course your mileage may vary.
0 commit comments