Amazon S3 API · Schema

ProgressEvent

This data type contains information about the progress event of an operation.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Details object
View JSON Schema on GitHub

JSON Schema

s3-progressevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProgressEvent",
  "type": "object",
  "properties": {
    "Details": {}
  },
  "description": "This data type contains information about the progress event of an operation."
}