* RTD theme no longer builds with latest Sphinx. This updates it.
* Fix types based docs compile issues.
* Fix compiler warning not seeing a size check.
* Allow custom read callbacks to be used
This allows handling of data in smaller chunks if the ms3_get result is
too large to fit into memory.
* Use the configured buffer size in curl
This way the chunks that curl will return will be the same size that the
internal buffer will be. For the custom read callback, this will allow
the data to be handled in smaller chunks.
* Fix copyright year in read_cb.c
The year is 2023.
"Buckets created in Regions launched after March 20, 2019 are not
reachable via the https://bucket.s3.amazonaws.com naming scheme."
This patch enhances the one Markus wrote to just completely remove the
domain based access method.
Add the warning -Wdeclaration-after-statement and fix everything it
finds.
Add MS3_OPT_FORCE_PROTOCOL_VERSION to ms3_set_option() with a test to
force protocol version when the autodetection does the wrong thing.
This function acts like ms3_list() but only looks in the prefix up to
the first slash and includes directory names.
Also remove the 1MB lower limit on chunk size
* Will use V1 by default for non-Amazon S3 servers
* V1 or V2 can be forced using ms3_set_option()
* Updated tests to test for both
* Set version and ABI version correctly