<?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: Streaming data to S3 with ruby</title>
	<atom:link href="http://www.missiondata.com/blog/ruby/29/streaming-data-to-s3-with-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.missiondata.com/blog/systems-integration/29/streaming-data-to-s3-with-ruby/</link>
	<description>Louisville-based Web Development &#038; Software Engineering</description>
	<lastBuildDate>Tue, 02 Mar 2010 02:10:53 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Markus</title>
		<link>http://www.missiondata.com/blog/systems-integration/29/streaming-data-to-s3-with-ruby/comment-page-1/#comment-10292</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Thu, 25 Jan 2007 03:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=29#comment-10292</guid>
		<description>Thanks a lot for your snippet. It works fine, at least for text files.
But when I try uploading pdf or zip-files, it will only upload half of the file (size is incorrect and I can see only the first &quot;half of the cryptic symbols).  I guess the problem is related with the content type. I tried binary/octet-stream and application/octet-stream, but both didnt work. 
Do you have any idea why it does not work for me?
Thanks, Markus</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your snippet. It works fine, at least for text files.<br />
But when I try uploading pdf or zip-files, it will only upload half of the file (size is incorrect and I can see only the first &#8220;half of the cryptic symbols).  I guess the problem is related with the content type. I tried binary/octet-stream and application/octet-stream, but both didnt work.<br />
Do you have any idea why it does not work for me?<br />
Thanks, Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mission Data Blog &#187; Blog Archive &#187; S3 Streaming With PHP</title>
		<link>http://www.missiondata.com/blog/systems-integration/29/streaming-data-to-s3-with-ruby/comment-page-1/#comment-2178</link>
		<dc:creator>Mission Data Blog &#187; Blog Archive &#187; S3 Streaming With PHP</dc:creator>
		<pubDate>Sat, 25 Nov 2006 18:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=29#comment-2178</guid>
		<description>[...] Steven pointed out that someone was looking for a way to stream to S3 using PHP and said I should figure out how to get it going. Since he made a patch to let you stream data with Ruby using S3 I figured I should do one for PHP. There may be better ways of doing this but since I&#8217;ve already done it with C using curl I figured that would be the fastest way. [...]</description>
		<content:encoded><![CDATA[<p>[...] Steven pointed out that someone was looking for a way to stream to S3 using PHP and said I should figure out how to get it going. Since he made a patch to let you stream data with Ruby using S3 I figured I should do one for PHP. There may be better ways of doing this but since I&#8217;ve already done it with C using curl I figured that would be the fastest way. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Jones</title>
		<link>http://www.missiondata.com/blog/systems-integration/29/streaming-data-to-s3-with-ruby/comment-page-1/#comment-1702</link>
		<dc:creator>Paul Jones</dc:creator>
		<pubDate>Thu, 09 Nov 2006 21:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=29#comment-1702</guid>
		<description>Excellent!  We use S3 as part of our backup plan and some of the files we transer out can get big.  This is just what I was needing.</description>
		<content:encoded><![CDATA[<p>Excellent!  We use S3 as part of our backup plan and some of the files we transer out can get big.  This is just what I was needing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oOcha &#187; Blog Archive &#187; Backup plan</title>
		<link>http://www.missiondata.com/blog/systems-integration/29/streaming-data-to-s3-with-ruby/comment-page-1/#comment-1701</link>
		<dc:creator>oOcha &#187; Blog Archive &#187; Backup plan</dc:creator>
		<pubDate>Thu, 09 Nov 2006 21:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=29#comment-1701</guid>
		<description>[...] I also used some information from a great post on the Mission Data Blog. The current code I had opened a file read it into memory and then transferred that to S3. The mentioned blog post explained how to change Net::HTTP to stream a file. [...]</description>
		<content:encoded><![CDATA[<p>[...] I also used some information from a great post on the Mission Data Blog. The current code I had opened a file read it into memory and then transferred that to S3. The mentioned blog post explained how to change Net::HTTP to stream a file. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giles bowkett</title>
		<link>http://www.missiondata.com/blog/systems-integration/29/streaming-data-to-s3-with-ruby/comment-page-1/#comment-1679</link>
		<dc:creator>giles bowkett</dc:creator>
		<pubDate>Wed, 08 Nov 2006 22:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=29#comment-1679</guid>
		<description>Hi, I saw your post on the Amazon boards for S3, thanks a ton for blogging this, I thought it was going to be much harder. The only real change I had to make was your code was to give it a binary/octet-stream Content-Type (because I was streaming up media files rather than text). Awesome work.</description>
		<content:encoded><![CDATA[<p>Hi, I saw your post on the Amazon boards for S3, thanks a ton for blogging this, I thought it was going to be much harder. The only real change I had to make was your code was to give it a binary/octet-stream Content-Type (because I was streaming up media files rather than text). Awesome work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Moy</title>
		<link>http://www.missiondata.com/blog/systems-integration/29/streaming-data-to-s3-with-ruby/comment-page-1/#comment-179</link>
		<dc:creator>Jim Moy</dc:creator>
		<pubDate>Fri, 16 Jun 2006 22:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=29#comment-179</guid>
		<description>Probably want to qualify this -- you need a pretty recent ruby, 1.8.4, to take advantage of body_stream in Net::HTTPRequest.</description>
		<content:encoded><![CDATA[<p>Probably want to qualify this &#8212; you need a pretty recent ruby, 1.8.4, to take advantage of body_stream in Net::HTTPRequest.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
