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

S3SetObjectAclOperation

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

Contains the configuration parameters for a Set Object ACL operation. S3 Batch Operations passes every object to the underlying PutObjectAcl API. For more information about the parameters for this operation, see PutObjectAcl.

interface S3SetObjectAclOperation {
AccessControlPolicy?: S3AccessControlPolicy | null;
}

§Properties

§
AccessControlPolicy?: S3AccessControlPolicy | null
[src]