Amazon AWS SDK Passing Credentials

As per the the sample codes the AWS API access key and secret is to be stored in the a file called credentials under a folder named .aws  The location of that .aws folder can be set in the code through this config statement putenv(‘HOME=/path/that/you/want/to/set’); But I am more comfortable in passing the credentials through my code… Continue reading Amazon AWS SDK Passing Credentials