File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
packages/node-config-provider/src Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
import { CredentialsProviderError } from "@aws-sdk/property-provider" ;
2
- import { loadSharedConfigFiles , SharedConfigInit as BaseSharedConfigInit } from "@aws-sdk/shared-ini-file-loader" ;
2
+ import { loadSharedConfigFiles , SourceProfileInit } from "@aws-sdk/shared-ini-file-loader" ;
3
3
import { Profile , Provider } from "@aws-sdk/types" ;
4
4
5
5
const DEFAULT_PROFILE = "default" ;
6
6
export const ENV_PROFILE = "AWS_PROFILE" ;
7
7
8
- export interface SharedConfigInit extends BaseSharedConfigInit {
9
- /**
10
- * The configuration profile to use.
11
- */
12
- profile ?: string ;
13
-
8
+ export interface SharedConfigInit extends SourceProfileInit {
14
9
/**
15
10
* The preferred shared ini file to load the config. "config" option refers to
16
11
* the shared config file(defaults to `~/.aws/config`). "credentials" option
You can’t perform that action at this time.
0 commit comments