<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Uploading to Amazon S3 using a custom ANT task</title>
	<atom:link href="http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 17 Mar 2010 12:25:56 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg Turnquist</title>
		<link>http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/comment-page-1/#comment-124899</link>
		<dc:creator>Greg Turnquist</dc:creator>
		<pubDate>Mon, 13 Oct 2008 19:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/#comment-124899</guid>
		<description>Excellent! Tony and I have just recently figured out how to use Amazon&#039;s python-based S3 upload library in order to push Spring Python updates as well.</description>
		<content:encoded><![CDATA[<p>Excellent! Tony and I have just recently figured out how to use Amazon&#039;s python-based S3 upload library in order to push Spring Python updates as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jf</title>
		<link>http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/comment-page-1/#comment-111613</link>
		<dc:creator>jf</dc:creator>
		<pubDate>Fri, 04 Jul 2008 06:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/#comment-111613</guid>
		<description>You can also use ANT to run/display a Java S3 uploader and drag&amp;drop your files to upload. It&#039;s not as integrated as your ANT task but it allows to not pass AWSSecretPass and use a S3 Policy instead. It&#039;s more secure because you should not distribute your AWSSecretPass.
http://www.jfileupload.com/products/js3upload/index.html#features

And the policy generator is at:
http://www.jfileupload.com/products/js3upload/documentation/policygenerator.html

Cheers.</description>
		<content:encoded><![CDATA[<p>You can also use ANT to run/display a Java S3 uploader and drag&amp;drop your files to upload. It&#039;s not as integrated as your ANT task but it allows to not pass AWSSecretPass and use a S3 Policy instead. It&#039;s more secure because you should not distribute your AWSSecretPass.<br />
<a href="http://www.jfileupload.com/products/js3upload/index.html#features" rel="nofollow">http://www.jfileupload.com/products/js3upload/index.html#features</a></p>
<p>And the policy generator is at:<br />
<a href="http://www.jfileupload.com/products/js3upload/documentation/policygenerator.html" rel="nofollow">http://www.jfileupload.com/products/js3upload/documentation/policygenerator.html</a></p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emine</title>
		<link>http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/comment-page-1/#comment-101940</link>
		<dc:creator>Emine</dc:creator>
		<pubDate>Sun, 30 Mar 2008 11:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/#comment-101940</guid>
		<description>Thank you.</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K N</title>
		<link>http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/comment-page-1/#comment-82666</link>
		<dc:creator>K N</dc:creator>
		<pubDate>Fri, 28 Dec 2007 13:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/#comment-82666</guid>
		<description>Thanks for this great piece! I was looking for precisely this  -how to upload files to S3.</description>
		<content:encoded><![CDATA[<p>Thanks for this great piece! I was looking for precisely this  -how to upload files to S3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Nolen</title>
		<link>http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/comment-page-1/#comment-21223</link>
		<dc:creator>Jonathan Nolen</dc:creator>
		<pubDate>Wed, 02 May 2007 16:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/#comment-21223</guid>
		<description>Hey Ben,

If you wrote this as a plugin to Bamboo (and it looks as though you did), it would make a great entry to our Plugin Competition: http://atlassian.com/codegeist/.

Cheers,
Jonathan</description>
		<content:encoded><![CDATA[<p>Hey Ben,</p>
<p>If you wrote this as a plugin to Bamboo (and it looks as though you did), it would make a great entry to our Plugin Competition: <a href="http://atlassian.com/codegeist/" rel="nofollow">http://atlassian.com/codegeist/</a>.</p>
<p>Cheers,<br />
Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Sanchez</title>
		<link>http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/comment-page-1/#comment-21068</link>
		<dc:creator>Carlos Sanchez</dc:creator>
		<pubDate>Tue, 01 May 2007 00:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/#comment-21068</guid>
		<description>It was provided in http://jira.codehaus.org/browse/WAGON-77
besides that and the test in src/test I don&#039;t know more</description>
		<content:encoded><![CDATA[<p>It was provided in <a href="http://jira.codehaus.org/browse/WAGON-77" rel="nofollow">http://jira.codehaus.org/browse/WAGON-77</a><br />
besides that and the test in src/test I don&#039;t know more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interface21 Team Blog &#187; Querying and Downloading from Amazon S3</title>
		<link>http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/comment-page-1/#comment-21036</link>
		<dc:creator>Interface21 Team Blog &#187; Querying and Downloading from Amazon S3</dc:creator>
		<pubDate>Mon, 30 Apr 2007 17:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/#comment-21036</guid>
		<description>[...] Posted on April 30th, 2007 by Ben Hale in Spring, Builds.  In a previous post, I described how we use a custom ANT task to upload nightly snapshots from the ANT based projects in the Spring portfolio. In this post I&#039;ll describe how we use Amazon S3 to generate pages for the snapshots from each project and allow users to download the snapshots. [...]</description>
		<content:encoded><![CDATA[<p>[...] Posted on April 30th, 2007 by Ben Hale in Spring, Builds.  In a previous post, I described how we use a custom ANT task to upload nightly snapshots from the ANT based projects in the Spring portfolio. In this post I&#39;ll describe how we use Amazon S3 to generate pages for the snapshots from each project and allow users to download the snapshots. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hale</title>
		<link>http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/comment-page-1/#comment-21035</link>
		<dc:creator>Ben Hale</dc:creator>
		<pubDate>Mon, 30 Apr 2007 17:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/#comment-21035</guid>
		<description>Is that documented anywhere?  Specifically how would I find out about what parameters to use?</description>
		<content:encoded><![CDATA[<p>Is that documented anywhere?  Specifically how would I find out about what parameters to use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Sanchez</title>
		<link>http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/comment-page-1/#comment-21033</link>
		<dc:creator>Carlos Sanchez</dc:creator>
		<pubDate>Mon, 30 Apr 2007 17:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/#comment-21033</guid>
		<description>There&#039;s a S3 provider for Maven already ;)

http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-s3/

I haven&#039;t tried yet but I guess using uris like s3://... in the pom will deploy artifacts and the site to S3</description>
		<content:encoded><![CDATA[<p>There&#039;s a S3 provider for Maven already <img src='http://blog.springsource.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-s3/" rel="nofollow">http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-s3/</a></p>
<p>I haven&#039;t tried yet but I guess using uris like s3://&#8230; in the pom will deploy artifacts and the site to S3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Governor&#8217;s Monkchips &#187; links for 2007-04-26</title>
		<link>http://blog.springsource.com/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/comment-page-1/#comment-20429</link>
		<dc:creator>James Governor&#8217;s Monkchips &#187; links for 2007-04-26</dc:creator>
		<pubDate>Thu, 26 Apr 2007 23:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/04/25/uploading-to-amazon-s3-using-a-custom-ant-task/#comment-20429</guid>
		<description>[...] Interface21 Team Blog » Uploading to Amazon S3 using a custom ANT task Wow. Spring snapshots to Amazon S3. Maven integration through Ant and Amazon Web Services, reducing costs of storage. Look out collabnet here comes Amazon?   (tags: Amazon Maven Spring Interface21 Collabnet) [...]</description>
		<content:encoded><![CDATA[<p>[...] Interface21 Team Blog » Uploading to Amazon S3 using a custom ANT task Wow. Spring snapshots to Amazon S3. Maven integration through Ant and Amazon Web Services, reducing costs of storage. Look out collabnet here comes Amazon?   (tags: Amazon Maven Spring Interface21 Collabnet) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
