Skip to content

Commit

Permalink
looks like sessionToken is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed May 12, 2023
1 parent 8fb22cf commit 5c6d62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export function presignSignatureV4(
request: IRequest,
accessKey: string,
secretKey: string,
sessionToken: string,
sessionToken: string | undefined,
region: string,
requestDate: Date,
expires: number,
Expand Down

0 comments on commit 5c6d62e

Please sign in to comment.