mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +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. |
||
---|---|---|
.. | ||
.gitignore | ||
ceconstraints.h | ||
CMakeLists.txt | ||
err_macros.h | ||
fbits.h | ||
hdf4dispatch.h | ||
hdf5dispatch.h | ||
hdf5internal.h | ||
isnan.h | ||
Makefile.am | ||
nc3dispatch.h | ||
nc3internal.h | ||
nc4dispatch.h | ||
nc4internal.h | ||
nc_hashmap.h | ||
nc_logging.h | ||
nc_provenance.h | ||
nc_tests.h | ||
nc.h | ||
ncauth.h | ||
ncbytes.h | ||
ncconfigure.h | ||
nccrc.h | ||
ncdap.h | ||
ncdimscale.h | ||
ncdispatch.h | ||
ncexhash.h | ||
ncexternl.h | ||
nchashmap.h | ||
nchttp.h | ||
ncindex.h | ||
ncjson.h | ||
nclist.h | ||
nclog.h | ||
ncmodel.h | ||
ncoffsets.h | ||
ncpathmgr.h | ||
ncrc.h | ||
ncs3sdk.h | ||
nctestserver.h | ||
nctime.h | ||
ncuri.h | ||
ncurlmodel.h | ||
ncutf8.h | ||
ncxcache.h | ||
ncxml.h | ||
netcdf_aux.h | ||
netcdf_dispatch.h.in | ||
netcdf_f.h | ||
netcdf_filter_build.h | ||
netcdf_filter_hdf5_build.h | ||
netcdf_filter.h | ||
netcdf_json.h | ||
netcdf_mem.h | ||
netcdf_meta.h.in | ||
netcdf_par.h | ||
netcdf.h | ||
onstack.h | ||
rnd.h | ||
XGetopt.h |