netcdf-c/libdispatch
Dennis Heimbigner 49737888ca Improve S3 Documentation and Support
## Improvements to S3 Documentation
* Create a new document *quickstart_paths.md* that give a summary of the legal path formats used by netcdf-c. This includes both file paths and URL paths.
* Modify *nczarr.md* to remove most of the S3 related text.
* Move the S3 text from *nczarr.md* to a new document *cloud.md*.
* Add some S3-related text to the *byterange.md* document.

Hopefully, this will make it easier for users to find the information they want.

## Rebuild NCZarr Testing
In order to avoid problems with running make check in parallel, two changes were made:
1. The *nczarr_test* test system was rebuilt. Now, for each test.
any generated files are kept in a test-specific directory, isolated
from all other test executions.
2. Similarly, since the S3 test bucket is shared, any generated S3 objects
are isolated using a test-specific key path.

## Other S3 Related Changes
* Add code to ensure that files created on S3 are reclaimed at end of testing.
* Used the bash "trap" command to ensure S3 cleanup even if the test fails.
* Cleanup the S3 related configure.ac flag set since S3 is used in several places. So now one should use the option *--enable-s3* instead of *--enable-nczarr-s3*, although the latter is still kept as a deprecated alias for the former.
* Get some of the github actions yml to work with S3; required fixing various test scripts adding a secret to access the Unidata S3 bucket.
* Cleanup S3 portion of libnetcdf.settings.in and netcdf_meta.h.in and test_common.in.
* Merge partial S3 support into dhttp.c.
* Create an experimental s3 access library especially for use with Windows. It is enabled by using the options *--enable-s3-internal* (automake) or *-DENABLE_S3_INTERNAL=ON* (CMake). Also add a unit-test for it.
* Move some definitions from ncrc.h to ncs3sdk.h

## Other Changes
* Provide a default implementation of strlcpy and move this and similar defaults into *dmissing.c*.
2023-04-25 17:15:06 -06:00
..
awsincludes.h Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
CMakeLists.txt Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
datt.c
dattget.c fixed more doxygen warnings 2022-05-29 08:43:56 +03:00
dattinq.c more doxygen warning fixes 2022-05-03 12:54:14 -06:00
dattput.c
dauth.c Enable ACCEPT_ENCODING on DAP requests 2023-02-16 20:21:22 -07:00
daux.c Additional DAP4 fixes 2023-01-18 19:47:29 -07:00
dcompound.c
dcopy.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
dcrc32.c
dcrc32.h
dcrc64.c
ddim.c
ddispatch.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
defcheck.c
denum.c
derror.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
dfile.c update against main 2023-01-28 13:45:35 -07:00
dfilter.c doxygen for filter functions 2022-05-04 08:04:54 -06:00
dfilterx.c
dgroup.c
dhttp.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
dinfermodel.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
dinstance.c
dinternal.c
dmissing.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
dnotnc3.c
dnotnc4.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
doffsets.c
dopaque.c
dparallel.c
dpathmgr.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
drc.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
dreadonly.c
dreg.c BLD: Get netCDF4 build working on Windows. 2022-10-12 10:56:17 -04:00
ds3util.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
dstring.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
dtype.c
durlmodel.c
dutf8.c
dutil.c update 2022-11-27 14:14:23 -07:00
dv2i.c Change in support of https://github.com/Unidata/netcdf-c/issues/2599 2023-02-01 15:27:02 -07:00
dvar.c update against main 2023-01-28 13:45:35 -07:00
dvarget.c
dvarinq.c
dvarput.c
dvlen.c
ezxml_extra.c
json.c
Makefile.am Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nc.c
ncbytes.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nccurl_hmac.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nccurl_hmac.h Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nccurl_setup.h Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nccurl_sha256.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nccurl_sha256.h Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
ncexhash.c
nch5s3comms.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nch5s3comms.h Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nchashmap.c change to trigger CI 2022-04-27 09:52:00 -06:00
ncjson.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nclist.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nclistmgr.c
nclog.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
ncrandom.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
ncs3sdk_aws.cpp Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
ncs3sdk_h5.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
ncsettings.hdr
nctime.c
ncuri.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
ncxcache.c
netcdf.m4
stubdef.c
u8.c
u8.h
utf8proc_data.c
utf8proc.c
utf8proc.h
XGetopt.c "Simplify" XGetopt usage 2023-04-09 13:10:41 -06:00