Dennis Heimbigner 6b69b9c52c Significantly Improve Amazon S3 Cloud Storage Support
## S3 Related Fixes

* Add comprehensive support for specifying AWS profiles to provide access credentials.
* Parse the files "~/.aws/config" and "~/.aws/credentials to provide credentials for the HDF5 ROS3 driver and to locate default region.
* Add a function to obtain the currently active S3 credentials. The search rules are defined in docs/nczarr.md.
* Provide documentation for the new features.
* Modify the struct NCauth (in include/ncauth.h) to replace specific S3 credentials with a profile name.
* Add a unit test to test the operation of profile and credentials management.
* Add support for URLS of the form "s3://<bucket>/<key>"; this requires obtaining a default region.
* Allows the specification of profile and/or region in a URL of the form "#mode=nczarr,...&aws.region=...&aws.profile=..."

## Misc. Fixes

* Move the ezxml code to libdispatch so that it can be used both by DAP4 and nczarr.
* Modify nclist to provide a deep clone operation.
* Modify ncuri to provide a deep clone operation.
* Modify the .rc file format to allow the specification of a path to be tested when looking for an entry in the .rc file.
* Ensure that the NC_rcload function is called.
* Modify nchttp to support setting request headers.
2021-09-27 18:36:33 -06:00
..
2021-08-24 12:50:21 -06:00
2018-04-26 23:04:01 -04:00
2019-09-18 08:03:01 -06:00
2018-04-26 23:04:01 -04:00
2019-09-18 08:03:01 -06:00
2019-09-18 08:03:01 -06:00
2016-01-15 12:23:56 -07:00
2021-02-26 15:14:37 -07:00
2014-05-21 14:40:39 -06:00
2014-05-21 14:40:39 -06:00
2019-09-18 08:03:01 -06:00
2019-09-18 08:03:01 -06:00
2015-06-08 10:20:50 -06:00
2019-09-18 08:03:01 -06:00
2019-09-18 08:03:01 -06:00
2015-03-15 15:29:58 -06:00
2016-01-21 11:19:23 -07:00
2021-08-25 14:58:35 -06:00