You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/rgw/boto3/service-2.sdk-extras.json
+30-1Lines changed: 30 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -379,7 +379,36 @@
379
379
},
380
380
"documentation":"<p>A filter for all log object. Filter for the object by its key (prefix, suffix and regex).</p>",
381
381
"locationName":"Filter"
382
-
}
382
+
},
383
+
"HeadBucketRequest": {
384
+
"members": {
385
+
"ReadStats":{
386
+
"shape":"ReadStats",
387
+
"documentation":"<p>Read additional usage statistics for <code>ObjectCount</code> and <code>BytesUsed</code> in the response.</p> <note> <p>This request parameter is a Ceph RGW extension.</p> </note>",
388
+
"location":"querystring",
389
+
"locationName":"read-stats"
390
+
}
391
+
}
392
+
},
393
+
"HeadBucketOutput":{
394
+
"members":{
395
+
"ObjectCount":{
396
+
"shape":"ObjectCount",
397
+
"documentation": "<p>Total number of objects/versions in the bucket.</p>",
398
+
"location": "header",
399
+
"locationName": "x-rgw-object-count"
400
+
},
401
+
"BytesUsed":{
402
+
"shape":"BytesUsed",
403
+
"documentation": "<p>Total size in bytes of all objects/versions in the bucket.</p>",
0 commit comments