Skip to content

Commit

Permalink
feat(credential-providers): rename credential chain file
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Aug 12, 2024
1 parent f191457 commit bcedb5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ProviderError } from "@smithy/property-provider";
import { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";

import { createCredentialChain } from "./customCredentialChain";
import { createCredentialChain } from "./createCredentialChain";

describe(createCredentialChain.name, () => {
const mockCredentials: AwsCredentialIdentity = {
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-providers/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "./customCredentialChain";
export * from "./createCredentialChain";
export * from "./fromCognitoIdentity";
export * from "./fromCognitoIdentityPool";
export * from "./fromContainerMetadata";
Expand Down

0 comments on commit bcedb5a

Please sign in to comment.