We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1615be0 commit f4698b5Copy full SHA for f4698b5
src/deps.ts
@@ -90,6 +90,11 @@ export interface AutoEncryptionOptions {
90
accessKeyId: string;
91
/** The secret access key used for the AWS KMS provider */
92
secretAccessKey: string;
93
+ /**
94
+ * An optional AWS session token that will be used as the
95
+ * X-Amz-Security-Token header for AWS requests.
96
+ */
97
+ sessionToken?: string;
98
};
99
/** Configuration options for using 'local' as your KMS provider */
100
local?: {
0 commit comments