Module

x/s3_lite_client/client.ts

A lightweight but powerful S3 client for Deno
Latest
import * as mod from "https://dotland.deno.dev/x/s3_lite_client@0.7.0/client.ts";

Interfaces

When listing objects and returning a delimited result (e.g. grouped by folders), this represents a group of keys with a common prefix. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html

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

Details about an object as returned by a "list objects" operation

Type Aliases

Metadata (standard and custom) that can be set when uploading an object.