PutObjectAclRequest
import type { PutObjectAclRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";interface PutObjectAclRequest {
AccessControlPolicy?: AccessControlPolicy | null;
ACL?: ObjectCannedACL | null;
Bucket: string;
ContentMD5?: string | null;
ExpectedBucketOwner?: string | null;
GrantFullControl?: string | null;
GrantRead?: string | null;
GrantReadACP?: string | null;
GrantWrite?: string | null;
GrantWriteACP?: string | null;
Key: string;
RequestPayer?: RequestPayer | null;
VersionId?: string | null;
}§Properties
§
AccessControlPolicy?: AccessControlPolicy | null
[src]§
ACL?: ObjectCannedACL | null
[src]§
RequestPayer?: RequestPayer | null
[src]