Hello,
I am writing some c code, using libcurl, to interact with an object
store, MinIO. (to created a bucket/bucket-directory on an object store
S3 compatible).
One of the headers am creating is a "Content-Length: 0" (because there
is no body). Somehow it doesn't arrive, I suspect it was n
Hello,
does anyone here use curl for S3/AWS (or other object store / clouds) ?
(are there any places/sites with examples?)
thanks,
Ron
--
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html
Hiya,
A few months back I posted a PR [1] for ECH.
The ECH spec has now finished working group last
call in the IETF TLS WG [2] so will likely become
an RFC with no substantive change in a few months.
My PR [1] has support for use of OpenSSL (via my
ECH-enabled fork), and for boringssl and wol
Hi Stefan,
Thanks for explanations!
In my opinion, the buffering option to minimize a number of write callbacks for
some applications that may be negatively affected by it, would make sense.
While some applications indeed need to get incoming data as soon as possible,
it may be better for some