Module

x/aws_api/services/s3/mod.ts>ListObjectsRequest

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
interface ListObjectsRequest
import { type ListObjectsRequest } from "https://dotland.deno.dev/x/aws_api@v0.8.1/services/s3/mod.ts";

Properties

Bucket: string
optional
Delimiter: string | null
optional
EncodingType: EncodingType | null
optional
Marker: string | null
optional
MaxKeys: number | null
optional
Prefix: string | null
optional
RequestPayer: RequestPayer | null
optional
ExpectedBucketOwner: string | null