Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. You need to set up your AWS security credentials before the sample code is able
  2. to connect to AWS. You can do this by creating a file named "credentials" at ~/.aws/
  3. (C:UsersUSER_NAME\.aws for Windows users) and saving the following lines in the file:
  4.  
  5. [default]
  6. aws_access_key_id = <your access key id>
  7. aws_secret_access_key = <your secret key>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement