diff options
author | Abhishek Lekshmanan <abhishek@suse.com> | 2020-02-25 19:16:27 +0100 |
---|---|---|
committer | Abhishek Lekshmanan <abhishek@suse.com> | 2020-02-25 19:16:27 +0100 |
commit | a80b72f38f544f7e5a2e8c7f0af0b5db942f60aa (patch) | |
tree | d2f18cccf9f1b3df02e6471c5a9c72e9138e4312 | |
parent | rgw: s3: document usage stats api (diff) | |
download | ceph-a80b72f38f544f7e5a2e8c7f0af0b5db942f60aa.tar.xz ceph-a80b72f38f544f7e5a2e8c7f0af0b5db942f60aa.zip |
eg: boto3 update doc urls to the latest
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
-rw-r--r-- | examples/boto3/service-2.sdk-extras.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/boto3/service-2.sdk-extras.json b/examples/boto3/service-2.sdk-extras.json index d88738acd84..65883226366 100644 --- a/examples/boto3/service-2.sdk-extras.json +++ b/examples/boto3/service-2.sdk-extras.json @@ -21,7 +21,7 @@ "responseCode":200 }, "output": {"shape": "GetUsageStatsOutput"}, - "documentationUrl":"https://docs.ceph.com/docs/master/radosgw/s3/", + "documentationUrl":"https://docs.ceph.com/docs/master/radosgw/s3/serviceops#get-usage-stats", "documentation":"<p>Get usage stats for the user</p>" } }, @@ -61,7 +61,8 @@ "shape":"AppendPosition", "documentation": "<p>Position to allow appending</p>", "location": "header", - "locationName": "x-rgw-next-append-position" + "locationName": "x-rgw-next-append-position", + "documentationUrl":"https://docs.ceph.com/docs/master/radosgw/s3/objectops/#append-object" } } }, @@ -177,7 +178,7 @@ } }, "documentation":"<p>A container for object tags filtering rules.</p>" - } + }, "GetUsageStatsOutput": { "type": "structure", "members": { |