You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ We’ve made several public API changes to improve consistency, make the SDK eas
87
87
In version 2.x of the SDK, service configuration could be passed to individual client constructors.
88
88
However, these configurations would first be merged automatically into a copy of the global SDK configuration: `AWS.config`.
89
89
90
-
Also, calling `AWS.config.update({/* params *})` only updated configuration for service clients instantiated after the update call was made, not any existing clients.
90
+
Also, calling `AWS.config.update({/* params */})` only updated configuration for service clients instantiated after the update call was made, not any existing clients.
91
91
92
92
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.
93
93
In v3 rc, there is no longer a global configuration managed by the SDK.
0 commit comments