Guest User

Untitled

a guest
Dec 17th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $ cat ~/.aws/credentials
  2. [default]
  3. aws_access_key_id = AK_FAKE_KEY_88RD3PNY
  4. aws_secret_access_key = BividQsWW_FAKE_KEY_MuB5VAAsQNJtSxQQyDY2C
  5.  
  6. my_service:
  7. build: .
  8. image: my_image
  9. environment:
  10. - AWS_ACCESS_KEY_ID=<What should I put here?>
  11. - AWS_SECRET_ACCESS_KEY=<What should I put here?>
Add Comment
Please, Sign In to add comment