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

GetObjectAclOutput

import type { GetObjectAclOutput } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface GetObjectAclOutput {
Grants: Grant[];
Owner?: Owner | null;
RequestCharged?: RequestCharged | null;
}

§Properties

§
Grants: Grant[]
[src]

A list of grants.

§
Owner?: Owner | null
[src]

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

§
RequestCharged?: RequestCharged | null
[src]