Hei!
I\'m having this issue since yesterday, and I\'m having trouble for find a solution.
I\'m trying to send somethings to my S3 bucket, but this message ap
Try changing the user in my aws config file from a specific user to [default].
$nano .aws/credentials [default] aws_access_key_id = xyz aws_secret_access_key = xyz
If you do not have this file, create it and get your keys or generate new one from aws iam user keys.