Created 03-23-2022 06:48 PM
I'm trying to connect to dynamo db from nifi processor component "PutDynamoDB"
I'm putting my secret key in the field Access Key ID
secret key in Secret Access Key
and the path of the credentials in the format:
[default]
aws_access_key_id=<key id>
aws_secret_access_key=<access key>
At the moment of make the validation i get this message:
Created 03-24-2022 02:44 AM
You cannot specifie the Access Key ID, Secret Access Key and the credentials file path.
They are mutually exclusive.
You must either:
OR
But not both.
Cheers,
André
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 03-24-2022 02:44 AM
You cannot specifie the Access Key ID, Secret Access Key and the credentials file path.
They are mutually exclusive.
You must either:
OR
But not both.
Cheers,
André
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 03-24-2022 08:21 AM
Thank you, it was that.