Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface ListObjectsOptions
import { type ListObjectsOptions } from "https://deno.land/x/s3@0.5.0/src/types.ts";

Properties

optional
delimiter: string

A delimiter is a character you use to group keys.

optional
encodingType: string

Encoding type used by Amazon S3 to encode object keys in the response.

optional
maxKeys: number

Sets the maximum number of keys returned in the response. By default the API returns up to 1,000 key names. The response might contain fewer keys but will never contain more.

optional
prefix: string

Limits the response to keys that begin with the specified prefix.

optional
continuationToken: string

ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key.