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

AccessControlPolicy

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

Contains the elements that set the ACL permissions for an object per grantee.

interface AccessControlPolicy {
Grants?: Grant[] | null;
Owner?: Owner | null;
}

§Properties

§
Grants?: Grant[] | null
[src]

A list of grants.

§
Owner?: Owner | null
[src]

Container for the bucket owner's display name and ID.