1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
I think there is a mistake in the access key and secret access key as shown in the stackoverflow answer below.
https://stackoverflow.com/questions/50873219/aws-credential-must-have-exactly-5-slash-delimited-elements
In the case of Linux, the access key should be set in "~/.aws/credentials", so open the file and try modifying it.
In the case of Windows, I think the access key is set in "%USERPROFILE%.aws\credentials".
You can also run the "aws configure" command again to reconfigure the correct access key.
https://docs.aws.amazon.com/cli/latest/userguide/cli-authentication-user.html#cli-authentication-user-configure.title
Relevant content
- asked 3 years ago

From what I gleaned from this answer, I will go to https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html to try and override the setting.