I am attempting to set up the MTurkR R Package for the first time which requires Access Keys, both "Access Key Id" and "Secret Access Key" from AWS see: http://polmeth.wustl.edu/methodologist/tpm_v20_n2.pdf
However Amazon recently "removed the ability to retrieve existing secret access keys for your AWS (root) account." see here
I tried creating an IAM User and using their Access Key within the credentials()
command, but get the following error:
Error (AWS.MechanicalTurk.UnacceptableIdentity):
AWS Identity and Access Management (IAM) user accounts cannot be used for Amazon
Mechanical Turk.
Is there any way around this issue? Do I have to wait for a package update?