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

ObjectLockRule

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

The container element for an Object Lock rule.

interface ObjectLockRule {
DefaultRetention?: DefaultRetention | null;
}

§Properties

§
DefaultRetention?: DefaultRetention | null
[src]

The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket. Bucket settings require both a mode and a period. The period can be either Days or Years but you must select one. You cannot specify Days and Years at the same time.