Skip to main content
Module

x/aws_api/services/s3/structs.ts>S3Location

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface S3Location
import { type S3Location } from "https://deno.land/x/aws_api@v0.8.0/services/s3/structs.ts";

Properties

BucketName: string
Prefix: string
optional
Encryption: Encryption | null
optional
CannedACL: ObjectCannedACL | null
optional
AccessControlList: Grant[] | null
optional
Tagging: Tagging | null
optional
UserMetadata: MetadataEntry[] | null
optional
StorageClass: StorageClass | null