Module

x/s3_lite_client/mod.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/mod.ts";

Classes

The request cannot be made without an access key to authenticate it

Base class for all errors raised by this S3 client.

An argument or configuration parameter was invalid.

InvalidBucketNameError is generated when an invalid bucket name is provided which does not follow AWS S3 specifications. http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html

InvalidEndpointError is generated when an invalid end point value is provided which does not follow domain standards.

The expiration time for the request is invalid

InvalidObjectNameError is generated when an invalid object name is provided which does not follow AWS S3 specifications. http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html

The request cannot be made without a secret key to authenticate it

Any error thrown by the server