<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>x83.net &#187; s3cmd</title>
	<atom:link href="http://www.x83.net/tag/s3cmd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 13:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Amazon AWS and RightScale howto</title>
		<link>http://www.x83.net/amazon-aws-and-rightscale-howto/</link>
		<comments>http://www.x83.net/amazon-aws-and-rightscale-howto/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 00:36:17 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[rightscale]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[s3cmd]]></category>
		<category><![CDATA[s3sync]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=293</guid>
		<description><![CDATA[These days got my first project regarding AWS. I never used before tools like s3sync and s3cmd. Basically these tools allow you to execute commands on the AWS server or to sync with your aws account. First issue I got was the fact that I didn`t had enviroment variables setup: export AWS_ACCESS_KEY_ID=your_key_id export AWS_SECRET_ACCESS_KEY=your_secret_key Note [...]]]></description>
			<content:encoded><![CDATA[<p>These days got my first project regarding AWS. I never used before tools like s3sync and s3cmd. Basically these tools allow you to execute commands on the AWS server or to sync with your aws account.<br />
First issue I got was the fact that I didn`t had enviroment variables setup:</p>
<blockquote><p>export AWS_ACCESS_KEY_ID=your_key_id<br />
export AWS_SECRET_ACCESS_KEY=your_secret_key
</p></blockquote>
<p>Note : older versions of s3sync had : AWS_ACCESS_KEY ..so dont forget to add : _ID</p>
<p>You can create a script like : </p>
<blockquote><p>
#!/bin/bash<br />
export AWS_ACCESS_KEY_ID=your_key_id<br />
export AWS_SECRET_ACCESS_KEY=your_secret_key</p>
<p>s3cmd listbuckets
</p></blockquote>
<p>This will show all buckets you have on your S3 account.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/amazon-aws-and-rightscale-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

