Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IntelligentTieringFilter

import type { IntelligentTieringFilter } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

The Filter is used to identify objects that the S3 Intelligent-Tiering configuration applies to.

interface IntelligentTieringFilter {
Prefix?: string | null;
Tag?: Tag | null;
}

§Properties

§

A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.

§
Prefix?: string | null
[src]

An object key name prefix that identifies the subset of objects to which the rule applies.

! IMPORTANT: ! Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. ! For more information, see XML related object key constraints.

§
Tag?: Tag | null
[src]