Skip to content

Commit

Permalink
test(aws-client-api-test): fix maximal config test
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Dec 16, 2024
1 parent 070f1bf commit 92bea2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const initializeWithMaximalConfiguration = () => {

const config: Required<S3ClientConfigType> = {
// BEGIN user options
profile: "default",
region: loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
credentials: defaultProvider({}),
endpoint: "endpoint",
Expand Down

0 comments on commit 92bea2e

Please sign in to comment.