-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add credentialProvider as an optional parameter of ConfigurationOptio…
…ns (#1339) * Add credentialProvider as an optional parameter of ConfigurationOptions As discussed in #1338 the documentation for AWS.S3 and AWS.SES both state that they accept credentialProvider, which is an instance of AWS.CredentialProviderChain, as part of the configuration options. However, the declaration for ConfigurationOptions did not expose such a parameter. This patch resolves that issue. Fixes #1338 * Provide changelog information for the next release
- Loading branch information
1 parent
67f8e30
commit 0642da0
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"type": "bugfix", | ||
"category": "TypeScript", | ||
"description": "Add `credentialProvider` as an optional parameter of `ConfigurationOptions`." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters