Skip to content

Instantly share code, notes, and snippets.

@ochilab
Created June 21, 2013 06:42
Show Gist options
  • Save ochilab/5829328 to your computer and use it in GitHub Desktop.
Save ochilab/5829328 to your computer and use it in GitHub Desktop.
AWSSDKをVisualStudioで使う際の設定
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="AWSAccessKey" value="ここにアクセスキーを書く"/>
<add key="AWSSecretKey" value="ここにシークレットキーを書く"/>
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment