netcdf-c/libhdf5
Dennis Heimbigner 27f615bebc Properly handle missing regions in URLS
NOTE: it is important that this fix gets into 4.9.3

re: Issue https://github.com/Unidata/netcdf-c/issues/2798

## Modifications
* This PR includes PR https://github.com/Unidata/netcdf-c/pull/2813
* Support the following AWS environment variables in the internal S3 library
  (they are already supported by aws-sdk-cpp).
  - AWS_REGION
  - AWS_DEFAULT_REGION
  - AWS_ACCESS_KEY_ID
  - AWS_CONFIG_FILE
  - AWS_PROFILE
  - AWS_SECRET_ACCESS_KEY
  - (source https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html).
* Support an empty region when specifying s3.amazonaws.com as the host.
* Move some S3/AWS related functions to ds3util.c
* Add a test case to test empty region and AWS_[DEFAULT]_REGION.
2023-12-02 21:03:59 -07:00
..
CMakeLists.txt CMake: Ensure all libraries link against MPI if needed 2023-10-02 10:31:24 +01:00
H5FDhttp.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
H5FDhttp.h Properly handle missing regions in URLS 2023-12-02 21:03:59 -07:00
hdf5attr.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
hdf5create.c Merge branch 'dimscale_attachement_optional' of https://github.com/gsjaardema/netcdf-c into gh2161.wif 2022-04-19 11:06:34 -06:00
hdf5debug.c Remove the execinfo capability 2023-11-04 21:32:33 -06:00
hdf5debug.h Mitigate S3 test interference + Unlimited Dimensions in NCZarr 2023-09-26 16:56:48 -06:00
hdf5dim.c fixing issues with dimlens of unlitmited dims in complex situations 2022-05-29 15:22:10 +03:00
hdf5dispatch.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
hdf5err.h Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
hdf5file.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
hdf5filter.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
hdf5grp.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
hdf5internal.c Fix most float conversion warnings 2023-10-26 16:01:24 +01:00
hdf5open.c Properly handle missing regions in URLS 2023-12-02 21:03:59 -07:00
hdf5set_format_compatibility.c hdf5set_format_compatibility.c: Function docs. 2022-02-01 09:58:36 -07:00
hdf5type.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
hdf5var.c Fix most float conversion warnings 2023-10-26 16:01:24 +01:00
Makefile.am Format compatibility when re-opening files 2022-01-07 18:34:52 -07:00
nc4hdf.c Cleanup the handling of cache parameters. 2023-08-10 16:57:57 -06:00
nc4info.c Remove need for HDF5-1.6 API being defined 2021-04-28 13:59:24 -06:00
nc4mem.c
nc4memcb.c hand over udata to h5->mem a little earlier 2021-08-26 16:12:24 +02:00