<?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: Amazon S3 CFC Now Supports Paged Lists</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2010/12/23/amazon-s3-cfc-paged-lists/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2010/12/23/amazon-s3-cfc-paged-lists/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: derek</title>
		<link>https://www.barneyb.com/barneyblog/2010/12/23/amazon-s3-cfc-paged-lists/comment-page-1/#comment-233321</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Sat, 25 Dec 2010 19:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1612#comment-233321</guid>
		<description>Hi Barney

Thanks a ton, will give it a whack and give the feedback.

Cheers 

Derek</description>
		<content:encoded><![CDATA[<p>Hi Barney</p>
<p>Thanks a ton, will give it a whack and give the feedback.</p>
<p>Cheers </p>
<p>Derek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2010/12/23/amazon-s3-cfc-paged-lists/comment-page-1/#comment-233148</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Sat, 25 Dec 2010 06:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1612#comment-233148</guid>
		<description>Derek,

To do download tracking, use an &#039;x-&#039; query string parameter when you render the link.  E.g., &quot;http://s3.domain.com/path/to/object?x-userid=#currentUserId#&quot;.  Then you can process your S3 access logs to get the bandwidth used by each user, including accounting for abandoned/partial downloads.  Note as they say in the docs, access logs are NOT guaranteed complete; they&#039;re delivered on a best-effort basis.  In my experience, however, they&#039;re close enough to perfect.  For the nitty gritty details, check the S3 developer guide (http://aws.amazon.com/documentation/s3/).</description>
		<content:encoded><![CDATA[<p>Derek,</p>
<p>To do download tracking, use an 'x-' query string parameter when you render the link.  E.g., "http://s3.domain.com/path/to/object?x-userid=#currentUserId#".  Then you can process your S3 access logs to get the bandwidth used by each user, including accounting for abandoned/partial downloads.  Note as they say in the docs, access logs are NOT guaranteed complete; they're delivered on a best-effort basis.  In my experience, however, they're close enough to perfect.  For the nitty gritty details, check the S3 developer guide (<a href="http://aws.amazon.com/documentation/s3/" rel="nofollow">http://aws.amazon.com/documentation/s3/</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>https://www.barneyb.com/barneyblog/2010/12/23/amazon-s3-cfc-paged-lists/comment-page-1/#comment-233038</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Fri, 24 Dec 2010 15:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1612#comment-233038</guid>
		<description>Hi Barney

I posted a request on one of your old blogs so forgive me for repeating, just not sure if you still access it.

I have a challenge in that I want to give users access to upload and download to amazon on the fly but I need to track the movement so I can monitor bandwidth usage per client. All clients login to the same website so I know who they are by userid.

I want to use your CFC, just not sure of the code top actually call each method so that I can track the movement.

Thanks in advance
Derek</description>
		<content:encoded><![CDATA[<p>Hi Barney</p>
<p>I posted a request on one of your old blogs so forgive me for repeating, just not sure if you still access it.</p>
<p>I have a challenge in that I want to give users access to upload and download to amazon on the fly but I need to track the movement so I can monitor bandwidth usage per client. All clients login to the same website so I know who they are by userid.</p>
<p>I want to use your CFC, just not sure of the code top actually call each method so that I can track the movement.</p>
<p>Thanks in advance<br />
Derek</p>
]]></content:encoded>
	</item>
</channel>
</rss>
