From: Daniel Stenberg Date: Mon, 3 Jun 2024 08:04:50 +0000 (+0200) Subject: KNOWN_BUGS: aws-sigv4 has problems with particular URLs X-Git-Tag: curl-8_9_0~316 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e5c5c1724d96f190bcf53a952c41f6b9de04ef5;p=thirdparty%2Fcurl.git KNOWN_BUGS: aws-sigv4 has problems with particular URLs Closes #13058 Closes #13866 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 68c9312dfb..26547bd097 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -106,6 +106,7 @@ problems may have been fixed or changed somewhat since this was written. 16. aws-sigv4 16.1 aws-sigv4 does not sign requests with * correctly 16.2 aws-sigv4 does not handle multipart/form-data correctly + 16.3 aws-sigv4 has problems with particular URLs 16.6 aws-sigv4 does not behave well with AWS VPC Lattice 17. HTTP/2 @@ -619,6 +620,10 @@ problems may have been fixed or changed somewhat since this was written. https://github.com/curl/curl/issues/13351 +16.3 aws-sigv4 has problems with particular URLs + + https://github.com/curl/curl/issues/13058 + 16.6 aws-sigv4 does not behave well with AWS VPC Lattice https://github.com/curl/curl/issues/11007