Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Oct 22, 2024
1 parent 938151a commit 0a90950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/kvikio/remote_handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
// <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv-create-signed-request.html>
{
std::stringstream ss;
Expand Down

0 comments on commit 0a90950

Please sign in to comment.