CreateBucketRequest
import type { CreateBucketRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";interface CreateBucketRequest {
ACL?: BucketCannedACL | null;
Bucket: string;
CreateBucketConfiguration?: CreateBucketConfiguration | null;
GrantFullControl?: string | null;
GrantRead?: string | null;
GrantReadACP?: string | null;
GrantWrite?: string | null;
GrantWriteACP?: string | null;
ObjectLockEnabledForBucket?: boolean | null;
}§Properties
§
ACL?: BucketCannedACL | null
[src]§
CreateBucketConfiguration?: CreateBucketConfiguration | null
[src]