<?xml version="1.0" encoding="UTF-8"?>
<!--
Use following steps to import AWS credentials from the URL

1.Fill in your AWS ACCESS Key and Secret Key in this xml file
  and put it in one of your S3 buckets using any desktop Amazon S3 client.(S3Fox) 
  give it public read permission.
  
2.Copy the URL of the xml file you added in S3 bucket,
    Paste the URL in the browser and make sure it return the xml file

3.Type the URL in import field of the iAWSManager app and tap on import.

4.Make sure there is no extra white spaces at the end of Acces key/Secret Key,
   also remove public read access to the URL after import.
-->

<accounts>
	<account>
		<name>AWS-ACCOUNT1</name>
		<access-key>ACCESS-KEY_HERE</access-key>
		<secret-key>SECRET-KEY_HERE</secret-key>
	</account>
</accounts>