Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IndexDocument

import type { IndexDocument } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

Container for the Suffix element.

interface IndexDocument {
Suffix: string;
}

§Properties

§
Suffix: string
[src]

A suffix that is appended to a request that is for a directory on the website endpoint (for example,if the suffix is index.html and you make a request to samplebucket/images/ the data that is returned will be for the object with the key name images/index.html) The suffix must not be empty and must not include a slash character.

! IMPORTANT: ! Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. ! For more information, see XML related object key constraints.