--aws-sigv4
should be allowed to be called without parameters
#17176
Labels
8000
--aws-sigv4
should be allowed to be called without parameters
#17176
I did this
curl --aws-sigv4 https://us-east-1.s3.amazonaws.com/my-bucket --user key:secret
I expected the following
I would expect it to be equivalent to
--aws-sigv4 amz:aws
(and thus equivalent to--aws-sigv4 amz:aws:us-east-1:s3
) due to:from https://curl.se/libcurl/c/CURLOPT_AWS_SIGV4.html
I think this should just work if we change
DENY_BLANK
toALLOW_BLANK
incurl/src/tool_getparam.c
Line 2008 in 1f6fef7
(and update the docs)
curl/libcurl version
curl 8.7.1
operating system
Darwin Mac 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:23 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6020 arm64
The text was updated successfully, but these errors were encountered: