AWS SDK for C++AWS SDK for C++ Version 1.11.440 |
#include <Aws.h>
Installs a global SIGPIPE handler that logs the error and prevents it from terminating the current process. This can be used on operating systems on which CURL is being used. In some situations CURL cannot avoid triggering a SIGPIPE. For more information see: https://curl.haxx.se/libcurl/c/CURLOPT_NOSIGNAL.html NOTE: CURLOPT_NOSIGNAL is already being set.
When constructing Path segments in a URI preserve path separators instead of collapsing slashes. This is useful for aligning with other SDKs and tools on key path for S3 objects as currently the C++ SDK sanitizes the path.
TODO: In the next major release, this will become the default to align better with other SDKs.