Skip to content

Commit

Permalink
fix: rename signingPlugin to awsAuthPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Oct 17, 2019
1 parent 23bd1fc commit 3fd9762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/signing-middleware/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function signingMiddleware<Input extends object, Output extends object>(
};
}

export const signingPlugin = (
export const awsAuthPlugin = (
options: AwsAuthConfiguration.Resolved
): Injectable<any, any> => clientStack => {
clientStack.add(signingMiddleware(options), {
Expand Down

0 comments on commit 3fd9762

Please sign in to comment.