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
..
2022-02-01 11:46:01 -07:00
2022-02-01 11:48:27 -07:00
2022-02-08 20:53:30 -07:00
2018-12-06 15:36:53 -07:00
2018-12-06 15:36:53 -07:00
2020-02-29 12:06:21 -07:00
2020-02-29 12:06:21 -07:00
2023-04-09 13:10:41 -06:00
2010-06-03 13:24:43 +00:00
2018-12-06 15:36:53 -07:00
2018-12-06 15:36:53 -07:00
2021-05-27 14:50:05 -06:00
2022-03-01 23:21:24 -05:00
2014-10-07 12:37:41 -06:00
2018-12-06 15:36:53 -07:00
2022-03-01 23:21:24 -05:00
2017-03-24 18:56:14 -06:00
2015-11-19 13:44:55 -07:00
2017-10-24 16:25:09 -06:00
2019-02-08 18:48:17 -07:00
2019-02-08 18:48:17 -07:00
2023-04-25 17:15:06 -06:00
2021-03-04 13:41:31 -07:00
2020-09-24 14:33:58 -06:00
2018-12-06 15:36:53 -07:00
2021-01-31 15:10:39 -07:00
2022-03-14 12:39:37 -06:00
2022-03-14 12:39:37 -06:00
2022-11-13 13:15:11 -07:00
2022-11-13 13:15:11 -07:00
2022-04-28 15:51:20 -06:00
2022-01-10 15:27:16 -07:00
2020-06-28 18:02:47 -06:00
2018-12-06 15:36:53 -07:00
2022-06-07 14:28:01 -06:00
2023-01-28 13:45:35 -07:00
2018-12-06 15:36:53 -07:00
2022-02-08 20:53:30 -07:00
2022-05-13 14:16:15 +02:00
2022-02-08 20:53:30 -07:00
2022-04-28 15:51:20 -06:00
2021-11-11 10:47:49 -07:00
2016-11-18 11:53:53 -07:00
2015-08-02 16:09:47 -06:00
2020-06-28 18:02:47 -06:00
2019-11-03 12:03:13 -07:00
2019-11-03 12:03:13 -07:00
2022-01-10 22:26:19 -07:00
2020-06-28 18:02:47 -06:00
2017-09-15 18:00:28 -06:00
2015-11-19 13:44:55 -07:00
2020-06-05 17:03:29 -06:00
2020-06-05 17:03:29 -06:00
2021-04-13 16:56:43 -06:00
2021-04-13 16:56:43 -06:00
2011-09-12 21:31:08 +00:00
2011-09-12 21:31:08 +00:00
2017-09-01 11:57:28 -06:00
2019-03-15 12:05:27 -06:00
2019-03-09 20:35:57 -07:00
2017-11-20 13:52:06 -07:00
2021-12-23 22:18:56 -07:00
2018-08-25 21:44:41 -06:00
2022-06-17 14:35:12 -06:00
2021-11-03 12:49:54 -06:00
2021-11-03 12:49:54 -06:00
2021-11-03 12:49:54 -06:00
2020-07-02 13:59:37 -06:00
2020-07-02 13:59:37 -06:00
2017-07-25 11:58:34 -06:00
2017-11-18 14:20:04 -07:00
2017-07-25 11:58:34 -06:00
2017-11-18 14:20:04 -07:00
2017-07-25 11:58:34 -06:00
2017-11-18 14:20:04 -07:00
2017-10-24 16:25:09 -06:00
2023-01-08 15:58:20 -07:00
2020-05-14 06:42:12 -06:00
2011-12-13 03:08:56 +00:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2022-07-17 14:32:31 -06:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2010-12-30 18:17:04 +00:00
2010-12-30 18:17:04 +00:00
2011-09-21 23:10:03 +00:00
2011-09-21 23:10:03 +00:00
2018-05-15 08:09:52 -06:00
2014-08-07 14:35:29 -06:00
2013-11-13 13:45:20 -07:00
2012-11-16 21:37:43 +00:00
2010-06-03 13:24:43 +00:00
2017-11-22 12:10:58 -07:00
2022-03-14 12:39:37 -06:00
2021-01-31 15:10:39 -07:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2020-09-01 13:44:24 -06:00
2019-02-25 20:57:23 -07:00
2010-06-03 13:24:43 +00:00
2015-11-19 13:44:55 -07:00
2011-06-24 04:51:11 +00:00
2010-06-03 13:24:43 +00:00
2022-03-14 12:39:37 -06:00
2012-08-03 04:40:06 +00:00
2010-06-03 13:24:43 +00:00
2015-08-20 15:53:48 -06:00
2022-01-08 18:30:00 -07:00
2012-01-29 18:50:02 +00:00
2010-06-03 13:24:43 +00:00
2018-12-06 15:36:53 -07:00
2022-11-08 20:12:38 -07:00
2022-02-08 20:53:30 -07:00
2022-01-08 18:30:00 -07:00
2018-06-29 21:17:07 -05:00
2019-03-12 09:54:16 -06:00
2017-11-25 05:18:04 -07:00
2017-11-25 05:18:04 -07:00
2021-05-31 15:51:12 -06:00
2021-05-31 15:51:12 -06:00
2021-05-31 15:51:12 -06:00
2021-05-31 15:51:12 -06:00
2010-06-03 13:24:43 +00:00
2010-06-03 13:24:43 +00:00
2013-09-23 17:11:59 -06:00
2017-10-24 16:25:09 -06:00
2021-12-23 22:18:56 -07:00
2023-04-25 17:15:06 -06:00
2019-02-25 20:57:23 -07:00
2022-06-17 14:35:12 -06:00
2022-05-14 16:05:48 -06:00
2021-03-04 13:41:31 -07:00
2022-02-08 20:53:30 -07:00
2023-04-04 18:37:20 -06:00
2018-06-29 21:17:07 -05:00
2022-11-08 20:12:38 -07:00
2010-08-31 22:41:00 +00:00
2015-01-03 17:18:14 -07:00
2023-01-08 15:58:20 -07:00
2023-01-08 15:58:20 -07:00
2020-05-14 06:42:12 -06:00
2017-11-18 14:20:04 -07:00
2011-12-13 03:08:56 +00:00
2017-03-08 17:01:10 -07:00
2022-02-19 16:47:31 -07:00
2018-12-06 15:36:53 -07:00
2018-12-06 15:36:53 -07:00
2021-08-16 10:06:45 -06:00
2020-07-02 13:59:37 -06:00
2019-11-03 12:03:13 -07:00
2022-02-08 20:53:30 -07:00
2018-12-06 15:36:53 -07:00
2022-01-24 15:22:24 -07:00
2018-12-06 15:36:53 -07:00
2022-07-17 14:32:31 -06:00
2018-12-06 15:36:53 -07:00
2020-05-18 19:36:28 -06:00
2018-12-06 15:36:53 -07:00
2017-11-16 13:03:35 -07:00
2018-06-29 21:17:07 -05:00
2017-11-17 08:22:49 -07:00
2018-12-06 15:36:53 -07:00
2017-03-08 17:01:10 -07:00
2021-04-28 13:59:24 -06:00
2018-12-06 15:36:53 -07:00
2017-11-16 13:03:35 -07:00
2020-05-18 19:36:28 -06:00
2017-11-17 08:22:49 -07:00
2017-11-17 08:22:49 -07:00
2017-09-15 18:00:28 -06:00
2017-03-08 17:01:10 -07:00
2017-03-08 17:01:10 -07:00
2018-06-29 21:17:07 -05:00
2010-06-03 13:24:43 +00:00
2017-03-08 17:01:10 -07:00
2018-12-06 15:36:53 -07:00
2018-08-12 23:01:08 -06:00
2022-05-14 16:05:48 -06:00
2023-04-25 17:15:06 -06:00
2022-11-08 20:12:38 -07:00
2019-03-15 12:05:27 -06:00
2019-03-15 12:05:27 -06:00
2018-03-20 21:31:31 -06:00
2021-09-12 18:03:57 -06:00
2023-04-25 17:15:06 -06:00
2018-08-12 23:01:08 -06:00
2022-01-08 18:30:00 -07:00
2016-03-17 22:05:46 -06:00
2022-03-14 12:39:37 -06:00
2023-04-25 17:15:06 -06:00
2017-11-21 12:17:32 -07:00
2018-12-06 15:36:53 -07:00
2022-05-19 22:43:08 -06:00
2019-02-25 20:57:23 -07:00
2022-06-20 14:09:05 -06:00
2022-06-17 14:35:12 -06:00
2020-02-29 12:06:21 -07:00
2018-12-06 15:36:53 -07:00
2022-02-19 16:47:31 -07:00
2018-12-06 15:36:53 -07:00
2022-07-05 22:03:52 -06:00
2018-12-06 15:36:53 -07:00
2023-01-28 13:45:35 -07:00
2023-01-28 13:45:35 -07:00
2022-01-08 18:30:00 -07:00
2018-12-06 15:36:53 -07:00