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

TargetGrant

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

Container for granting information.

Buckets that use the bucket owner enforced setting for Object Ownership don't support target grants. For more information, see Permissions server access log delivery in the Amazon S3 User Guide.

interface TargetGrant {
Grantee?: Grantee | null;
Permission?: BucketLogsPermission | null;
}

§Properties

§
Grantee?: Grantee | null
[src]

Container for the person being granted permissions.

§
Permission?: BucketLogsPermission | null
[src]

Logging permissions assigned to the grantee for the bucket.