Skip to content

Commit

Permalink
Update AssumeRoleProvider.js
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed May 12, 2023
1 parent 1b7e3a7 commit 3ac8e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AssumeRoleProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { URL, URLSearchParams } from 'node:url'

import { CredentialProvider } from './CredentialProvider.ts'
import { Credentials } from './Credentials.ts'
import { makeDateLong, parseXml, toSha256 } from './helpers.js'
import { signV4ByServiceName } from './signing.js'
import { makeDateLong, parseXml, toSha256 } from './helpers.ts'
import { signV4ByServiceName } from './signing.ts'

export class AssumeRoleProvider extends CredentialProvider {
constructor({
Expand Down

0 comments on commit 3ac8e64

Please sign in to comment.