Module

x/s3_lite_client/client.ts>ResponseOverrideParams

A lightweight but powerful S3 client for Deno
Latest
interface ResponseOverrideParams
import { type ResponseOverrideParams } from "https://dotland.deno.dev/x/s3_lite_client@0.7.0/client.ts";

Response Header Overrides These parameters can be used with an authenticated or presigned get object request, to override certain headers that will be sent with the response. These cannot be used with anonymous requests (although some servers like MinIO do seem to allow it). See https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html

Properties

optional
response-content-type: string
optional
response-content-language: string
optional
response-expires: string
optional
response-cache-control: string
optional
response-content-disposition: string
optional
response-content-encoding: string