From 3e0bbeb24acdf8c5facfc0484814015f77a1abba Mon Sep 17 00:00:00 2001 From: wangyingbin Date: Fri, 28 Oct 2022 16:23:44 +0800 Subject: [PATCH] doc: Change 'ReST' to 'REST' in doc/radosgw/layout.rst In doc/radosgw/layout.rst, 'ReST' is not spelled properly, so we change it to 'REST'. Signed-off-by: wangyingbin (cherry picked from commit 3acbed815abef1796e699ba98fb4d0b1b5dfbdb4) --- doc/radosgw/layout.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/layout.rst b/doc/radosgw/layout.rst index 6ee0bc2a8ed6..37c3a72cd6e4 100644 --- a/doc/radosgw/layout.rst +++ b/doc/radosgw/layout.rst @@ -71,7 +71,7 @@ Objects data is kept in one or more RADOS objects for each rgw object. Object Lookup Path ------------------ -When accessing objects, ReST APIs come to RGW with three parameters: +When accessing objects, REST APIs come to RGW with three parameters: account information (access key in S3 or account name in Swift), bucket or container name, and object name (or key). At present, RGW only uses account information to find out the user ID and for access control. -- 2.47.3