sign_mturk: Sign an AWS mturk url.

Description Usage Arguments Keys

Description

Sign an AWS mturk url.

Usage

1
  sign_mturk(service, access_key = NULL, secret_key = NULL)

Arguments

access_key

your amazon access key

secret_key

your amazon secret key

Keys

To use amazon apis you need both an access key (analogous to a username) and a secret key (analogous to a password). Both are available from https://aws-portal.amazon.com/gp/aws/developer/account/index.html?action=access-key#access_credentials.

There are three ways to specify your keys:

If your code is publically available (such as through a public svn or git repository) DO NOT store your secret in your code, as this will allow anyone to charge jobs to your amazon account. If you do accidentally publish it, go to the url above, deactivate the old keys and generate new access and secret keys.


hadley/mturkr documentation built on May 17, 2019, 11:04 a.m.