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

RequestPayer

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

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from Requester Pays buckets, see Downloading Objects in Requester Pays Buckets in the Amazon S3 User Guide.

type RequestPayer = "requester" | cmnP.UnexpectedEnumValue;