mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
1552d894a2
re: Issue https://github.com/Unidata/netcdf-c/issues/2748 This PR fixes a number of issues and bugs. ## s3cleanup fixes * Delete extraneous s3cleanup.sh related files. * Remove duplicate s3cleanup.uids entries. ## Support the Google S3 API * Add code to recognize "storage.gooleapis.com" * Add extra code to track the kind of server being accessed: unknown, Amazon, Google. * Add a new mode flag "gs3" (analog to "s3") to support this api. * Modify the S3 URL code to support this case. * Modify the listobjects result parsing because Google returns some non-standard XML elements. * Change signature and calls for NC_s3urlrebuild. ## Handle corrupt Zarr files where shape is empty for a variable. Modify behavior when a variable's "shape" dictionary entry. Previously it returned an error, but now it suppresses such a variable. This change makes it possible to read non-corrupt data from the file. Also added a test case. ## Misc. Other Changes * Fix the nclog level handling to suppress output by default. * Fix de-duplicates code in ncuri.c * Restore testing of iridl.ldeo.columbia.edu. * Fix bug in define_vars() which did not always do a proper reclaim between variables. |
||
---|---|---|
.. | ||
awsincludes.h | ||
CMakeLists.txt | ||
datt.c | ||
dattget.c | ||
dattinq.c | ||
dattput.c | ||
dauth.c | ||
daux.c | ||
dcompound.c | ||
dcopy.c | ||
dcrc32.c | ||
dcrc32.h | ||
dcrc64.c | ||
ddim.c | ||
ddispatch.c | ||
defcheck.c | ||
denum.c | ||
derror.c | ||
dfile.c | ||
dfilter.c | ||
dfilterx.c | ||
dgroup.c | ||
dhttp.c | ||
dinfermodel.c | ||
dinstance_intern.c | ||
dinstance.c | ||
dinternal.c | ||
dmissing.c | ||
dnotnc3.c | ||
dnotnc4.c | ||
doffsets.c | ||
dopaque.c | ||
dparallel.c | ||
dpathmgr.c | ||
drc.c | ||
dreadonly.c | ||
dreg.c | ||
ds3util.c | ||
dstring.c | ||
dtype.c | ||
durlmodel.c | ||
dutf8.c | ||
dutil.c | ||
dv2i.c | ||
dvar.c | ||
dvarget.c | ||
dvarinq.c | ||
dvarput.c | ||
dvlen.c | ||
ezxml_extra.c | ||
json.c | ||
Makefile.am | ||
nc.c | ||
ncbytes.c | ||
nccurl_hmac.c | ||
nccurl_hmac.h | ||
nccurl_setup.h | ||
nccurl_sha256.c | ||
nccurl_sha256.h | ||
ncexhash.c | ||
nch5s3comms.c | ||
nch5s3comms.h | ||
nchashmap.c | ||
ncjson.c | ||
nclist.c | ||
nclistmgr.c | ||
nclog.c | ||
ncrandom.c | ||
ncs3sdk_aws.cpp | ||
ncs3sdk_h5.c | ||
ncsettings.hdr | ||
nctime.c | ||
ncuri.c | ||
ncutil.h | ||
ncxcache.c | ||
netcdf.m4 | ||
stubdef.c | ||
u8.c | ||
u8.h | ||
utf8proc_data.c | ||
utf8proc.c | ||
utf8proc.h | ||
XGetopt.c |