Amazon S3 API · Schema

InventoryFilter

Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Prefix object
View JSON Schema on GitHub

JSON Schema

s3-inventoryfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InventoryFilter",
  "type": "object",
  "properties": {
    "Prefix": {}
  },
  "required": [
    "Prefix"
  ],
  "description": "Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria."
}