What Are App ID and Role APN in the Amazon AWS S3 JavaScript SDK?

297 views Asked by At

I am looking over the sample code at http://aws.amazon.com/developers/getting-started/browser/ for using CORS to upload files onto S3.

In the JS example code, there are references to YOUR_APP_ID and YOUR_ROLE_ARN. What are those values and where do I find them in my AWS?

1

There are 1 answers

0
TJ- On BEST ANSWER

YOUR_APP_ID --> The Facebook app Id [Facebook Developers]

YOUR_ROLE_ARN --> ARN of your IAM Role AWS IAM Location : IAM > Role > <role_name>