]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add help info for radosgw-admin list object in bucket 55390/head
authorZhipeng Li <qiuxinyidian@gmail.com>
Wed, 31 Jan 2024 08:59:58 +0000 (16:59 +0800)
committerZhipeng Li <qiuxinyidian@gmail.com>
Wed, 6 Mar 2024 13:06:51 +0000 (21:06 +0800)
Fixes:https://tracker.ceph.com/issues/64264

Signed-off-by: Zhipeng Li <qiuxinyidian@gmail.com>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index 3d817c6039bf85bf97c31b65595c65bb9cc8ced7..48741272496f0d7810995f43e303d0dfc3808319 100644 (file)
@@ -489,6 +489,9 @@ void usage()
   cout << "\nradoslist options:\n";
   cout << "   --rgw-obj-fs                  the field separator that will separate the rados object name from the rgw object name;\n";
   cout << "                                 additionally rados objects for incomplete multipart uploads will not be output\n";
+  cout << "\nBucket list objects options:\n";
+  cout << "   --max-entries                 max number of entries listed (default 1000)\n";
+  cout << "   --marker                      the marker used to specify on which entry the listing begins, default none (i.e., very first entry)\n";
   cout << "\n";
   generic_client_usage();
 }
index 8f6fc36190ccb0af54c709269d3275e11208f214..295a599dca1d46acea442d1a06e460e62df7787d 100644 (file)
      --rgw-obj-fs                  the field separator that will separate the rados object name from the rgw object name;
                                    additionally rados objects for incomplete multipart uploads will not be output
   
+  Bucket list objects options:
+     --max-entries                 max number of entries listed (default 1000)
+     --marker                      the marker used to specify on which entry the listing begins, default none (i.e., very first entry)
+  
     --conf/-c FILE    read configuration from the given configuration file
     --id ID           set ID portion of my name
     --name/-n TYPE.ID set name