Amazon S3 API · Schema

EndEvent

A message that indicates the request is complete and no more messages will be sent. You should not assume that the request is complete until the client receives an EndEvent.

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-endevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EndEvent",
  "type": "object",
  "properties": {},
  "description": "A message that indicates the request is complete and no more messages will be sent. You should not assume that the request is complete until the client receives an <code>EndEvent</code>."
}