Amazon S3 API · Schema

Stats

Container for the stats details.

Cloud StorageObject StorageStorage

Properties

Name Type Description
BytesScanned object
BytesProcessed object
BytesReturned object
View JSON Schema on GitHub

JSON Schema

s3-stats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Stats",
  "type": "object",
  "properties": {
    "BytesScanned": {},
    "BytesProcessed": {},
    "BytesReturned": {}
  },
  "description": "Container for the stats details."
}