Amazon S3 API · JSON Structure

S3 Analyticsfilter Structure

The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Analyticsfilter Structure is a JSON Structure definition published by Amazon S3 API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "AnalyticsFilter",
  "type": "object",
  "description": "The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.",
  "fields": [
    {
      "name": "Prefix",
      "type": "string"
    },
    {
      "name": "Tag",
      "type": "string"
    },
    {
      "name": "And",
      "type": "string"
    }
  ]
}