Revise AWS Authentication documentation for Credentials usage#11365
Revise AWS Authentication documentation for Credentials usage#11365liamsommer-mx wants to merge 3 commits into
Conversation
Updated documentation to reflect the use of a Credentials object for various operations instead of static credentials.
MarkvanMents
left a comment
There was a problem hiding this comment.
Hi Liam,
I have tried to clarify the creation of the Credentials object.
Also, can you answer my question about which version introduced the Credentials object?
Thanks.
| | Input | Output | | ||
| | --- | --- | | ||
| | `ENUM_Region (enumeration)`, `UseStaticCredentials (boolean)` | `Count (integer)` | | ||
| | `ENUM_Region (enumeration)`, `Credentials (object)` | `Count (integer)` | |
There was a problem hiding this comment.
Which version was this change introduced?
We need to ensure customers are on a version which supports the Credentials object.
There was a problem hiding this comment.
This will be on the to-be-released 11 version of the Bedrock connector (in Mendix 11). I wouldn't add any information here about versions, that's how we did it in the past as well (the Mendix 10 aka Agents Kit 1 docs will still describe the old way)
katarzyna-koltun-mx
left a comment
There was a problem hiding this comment.
Reviewed and waiting for the go ahead.
|
@liamsommer-mx I've reviewed the PR, let me know when I should merge it. |
Updated documentation to reflect the use of a Credentials object for various operations instead of static credentials.