diff --git a/cpp/include/kvikio/remote_handle.hpp b/cpp/include/kvikio/remote_handle.hpp index 8dcdb6a815..809500f663 100644 --- a/cpp/include/kvikio/remote_handle.hpp +++ b/cpp/include/kvikio/remote_handle.hpp @@ -294,8 +294,8 @@ class S3Endpoint : public RemoteEndpoint { _aws_sigv4 = ss.str(); } // Create the CURLOPT_USERPWD option - // Notice, curl uses `secret_access_key` to generate a AWS V4 signature. It is NOT set - // over the wire. See + // Notice, curl uses `secret_access_key` to generate a AWS V4 signature. It is NOT included + // in the http header. See // { std::stringstream ss;