Skip to main content
Module

x/s3/deps.ts

Amazon S3 for Deno
Latest
import * as s3 from "https://deno.land/x/s3@0.5.0/deps.ts";

Classes

This class can be used to create AWS Signature V4 for low-level AWS REST APIs. You can either provide credentials for this API using the options in the constructor, or let them be aquired automatically through environment variables.

Functions

Parse the given string of xml.

pooledMap transforms values from an (async) iterable into another async iterable. The transforms are done concurrently, with a max concurrency defined by the poolLimit.

Interfaces

The AWS credentials to use for signing.

Generic AWS Signer interface