import * as mod from "https://dotland.deno.dev/x/aws_api@v0.8.1/client/endpoints.ts";
Classes
The default resolver, designed specifically for Amazon AWS. A couple options provide for:
| |
A simple EndpointResolver which always uses the given base URL, unconditionally appending the given request path. Intended for 'localhost' and other small-scale API mocks. | |
Resolves S3 requests using a simplified regional scheme. This is tested with Vultr Objects and should be compatible with other similar offerings, such as Linode Objects. The service is expected to have regional subdomains, and support virtualhost-style bucket URLs. Requests for any other APIs such as EC2 will be rejected. |