import * as s3LiteClient from "https://deno.land/x/s3_lite_client@0.6.1/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 |