Skip to content

Commit 3fd9762

Browse files
committed
fix: rename signingPlugin to awsAuthPlugin
1 parent 23bd1fc commit 3fd9762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signing-middleware/src/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function signingMiddleware<Input extends object, Output extends object>(
2525
};
2626
}
2727

28-
export const signingPlugin = (
28+
export const awsAuthPlugin = (
2929
options: AwsAuthConfiguration.Resolved
3030
): Injectable<any, any> => clientStack => {
3131
clientStack.add(signingMiddleware(options), {

0 commit comments

Comments
 (0)