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

BucketLifecycleConfiguration

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

Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see Object Lifecycle Management in the Amazon S3 User Guide.

interface BucketLifecycleConfiguration {
Rules: LifecycleRule[];
}

§Properties

§

A lifecycle rule for individual objects in an Amazon S3 bucket.