We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5630e commit 13b9bf9Copy full SHA for 13b9bf9
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