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 1b22923 commit 00c0cb1Copy full SHA for 00c0cb1
packages/types/src/signature.ts
@@ -77,7 +77,7 @@ export interface RequestPresigningArguments extends RequestSigningArguments {
77
unhoistableHeaders?: Set<string>;
78
79
/**
80
- * This overrides any values set by unhoistableHeaders.
+ * This overrides any headers with the same name(s) set by unhoistableHeaders.
81
* These headers will be hoisted into the query string and signed.
82
*/
83
hoistableHeaders?: Set<string>;
0 commit comments