How to Connect to AWS in IM
This feature handles connection between IntegrationManager and AWS. The feature is used and configured in the ConfigServer and Integration Engineers typically do not work with it.
Implementation
Only S3Client is implemented now. Once respective properties are set, S3Client is available.
Properties
Property | Default Value | Description |
---|---|---|
| false | If set to |
| eu-west-1 | Default region. Choose from AWS available regions. |
|
| Access key to your AWS account. |
|
| Secret key to your AWS account. |
|
| Session token. Used when access should be limited to a single session. |
|
| If set, the client will connect to the specified URL instead of using the default AWS location. |
IntegrationManager version 5.8.0