Guest User

Untitled

a guest
Jan 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. {
  2. "AWS": {
  3. "Profile": "local-test-profile",
  4. "Region": "us-west-2"
  5. }
  6. }
  7.  
  8. var options = Configuration.GetAWSOptions();
  9. IAmazonS3 client = options.CreateServiceClient<IAmazonS3>();
  10.  
  11. [local-test-profile]
  12. aws_access_key_id = your_access_key_id
  13. aws_secret_access_key = your_secret_access_key
Add Comment
Please, Sign In to add comment