1 Answer
- Newest
- Most votes
- Most comments
0
maybe use 'withCredentialsProvider' method that accepts an AwsCredentialsProvider object. You can use this method to provide your credentials regardless of the connection type.
Or maybe you can use the withCustomCredentials method to provide custom credentials directly. This approach is useful if you have credentials retrieved from a different source or need more control over the credential details.
Havn't tried these two myself in any codeset yet . Please try once and share feedback.
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 9 months ago
- asked 7 years ago
