summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_op.h
diff options
context:
space:
mode:
authoralbIN7 <aantony@redhat.com>2019-05-15 11:49:11 +0200
committeralbIN7 <aantony@redhat.com>2019-06-07 14:05:02 +0200
commit4ffc765c4c5debc665ade7769c4647c3a7278fd2 (patch)
tree42962fd705bb7ec8272fd3f8c52f7b1852899c14 /src/rgw/rgw_op.h
parentMerge pull request #28439 from yuriw/wip-yuriw-crontab-master (diff)
downloadceph-4ffc765c4c5debc665ade7769c4647c3a7278fd2.tar.xz
ceph-4ffc765c4c5debc665ade7769c4647c3a7278fd2.zip
rgw:listobjectsv2
ListObjectsV2 is the revised List Objects API. Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket. Signed-off-by: Albin Antony <aantony@redhat.com>
Diffstat (limited to 'src/rgw/rgw_op.h')
-rw-r--r--src/rgw/rgw_op.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h
index 49ed254a4ff..e6a4cf63d02 100644
--- a/src/rgw/rgw_op.h
+++ b/src/rgw/rgw_op.h
@@ -780,6 +780,7 @@ protected:
rgw_obj_key next_marker;
rgw_obj_key end_marker;
string max_keys;
+ string startAfter;
string delimiter;
string encoding_type;
bool list_versions;