From 56c9388155efd2a6c31c5682540262a1bacf2811 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 11 Jul 2024 13:48:39 +1000 Subject: [PATCH] doc/radosgw: s/http/HTTP/ s/http/HTTP/ in doc/radosgw/s3/authentication.rst, as suggested by Anthony D'Atri in the location linked in the "Fixes:" line below. Fixes: https://github.com/ceph/ceph/pull/58436#discussion_r1667088045 Signed-off-by: Zac Dover --- doc/radosgw/s3/authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/s3/authentication.rst b/doc/radosgw/s3/authentication.rst index 543b2f9802b..115d0bbf5ee 100644 --- a/doc/radosgw/s3/authentication.rst +++ b/doc/radosgw/s3/authentication.rst @@ -12,7 +12,7 @@ Requests are authenticated with AWS Signatures which are derived from the user's credentials (S3 access key and secret key). Most S3 clients and AWS SDKs will generate these signatures for you, given the -necessary credentials. When issuing raw http requests, these signatures must be +necessary credentials. When issuing raw HTTP requests, these signatures must be added manually. AWS Signature v4