Amazon S3 API · Schema

RequestProgress

Container for specifying if periodic QueryProgress messages should be sent.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Enabled object
View JSON Schema on GitHub

JSON Schema

s3-requestprogress-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RequestProgress",
  "type": "object",
  "properties": {
    "Enabled": {}
  },
  "description": "Container for specifying if periodic <code>QueryProgress</code> messages should be sent."
}