Skip to content

Commit

Permalink
fix(readme): close comment in a code snippet (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCrosson committed Nov 13, 2020
1 parent 028a362 commit eee41e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ We’ve made several public API changes to improve consistency, make the SDK eas
In version 2.x of the SDK, service configuration could be passed to individual client constructors.
However, these configurations would first be merged automatically into a copy of the global SDK configuration: `AWS.config`.

Also, calling `AWS.config.update({/* params *})` only updated configuration for service clients instantiated after the update call was made, not any existing clients.
Also, calling `AWS.config.update({/* params */})` only updated configuration for service clients instantiated after the update call was made, not any existing clients.

This behavior was a frequent source of confusion, and made it difficult to add configuration to the global object that only affects a subset of service clients in a forward-compatible way.
In v3 rc, there is no longer a global configuration managed by the SDK.
Expand Down

0 comments on commit eee41e8

Please sign in to comment.