Skip to content

Commit 9178f66

Browse files
Update src/cmap/auth/aws4.ts
rename Options to AwsSigv4Options Co-authored-by: Bailey Pearson <[email protected]>
1 parent 3a2a0ee commit 9178f66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmap/auth/aws4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BSON } from '../../bson';
22
import { type AWSCredentials } from '../../deps';
33

4-
export type Options = {
4+
export type AwsSigv4Options = {
55
path: '/';
66
body: string;
77
host: string;

0 commit comments

Comments
 (0)