Skip to main content
Module

x/aws_sign_v4/mod.ts>Credentials

Generate AWS Signature V4 for AWS low-level REST APIs.
Latest
interface Credentials
import { type Credentials } from "https://deno.land/x/aws_sign_v4@1.0.2/mod.ts";

The AWS credentials to use for signing.

Properties

awsAccessKeyId: string
awsSecretKey: string
optional
sessionToken: string