Skip to content

Commit 92bea2e

Browse files
committed
test(aws-client-api-test): fix maximal config test
1 parent 070f1bf commit 92bea2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

private/aws-client-api-test/src/client-interface-tests/client-s3/impl/initializeWithMaximalConfiguration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const initializeWithMaximalConfiguration = () => {
4141

4242
const config: Required<S3ClientConfigType> = {
4343
// BEGIN user options
44+
profile: "default",
4445
region: loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
4546
credentials: defaultProvider({}),
4647
endpoint: "endpoint",

0 commit comments

Comments
 (0)