<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: xlAWS &#8211; Excel VBA Code for accessing Amazon&#8217;s S3 and SimpleDB</title>
	<atom:link href="http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/</link>
	<description>A country datasmith.</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:24:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Bob Riemersma</title>
		<link>http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/#comment-8104</link>
		<dc:creator><![CDATA[Bob Riemersma]]></dc:creator>
		<pubDate>Fri, 13 Jan 2012 12:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=353#comment-8104</guid>
		<description><![CDATA[Just a note: I recently imported my VB6 HS256 class into Excel to be sure and it worked there with no changes.  The HS1 class should be just as clean.  Thus in case it isn&#039;t clear, this does provide a VBA implementation.  This was only tested by me using Excel 2003 (11) VBA 6.5.]]></description>
		<content:encoded><![CDATA[<p>Just a note: I recently imported my VB6 HS256 class into Excel to be sure and it worked there with no changes.  The HS1 class should be just as clean.  Thus in case it isn&#8217;t clear, this does provide a VBA implementation.  This was only tested by me using Excel 2003 (11) VBA 6.5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gobansaor</title>
		<link>http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/#comment-7596</link>
		<dc:creator><![CDATA[gobansaor]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 15:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=353#comment-7596</guid>
		<description><![CDATA[Not really familiar with Classic ASP, but VBA and VBScript are very similar (I regularly use VBScript example code I&#039;ve found on the web in VBA modules), Therefore the S3 code to be found in the code above and in my Excel microETL add-in should work in ASP.]]></description>
		<content:encoded><![CDATA[<p>Not really familiar with Classic ASP, but VBA and VBScript are very similar (I regularly use VBScript example code I&#8217;ve found on the web in VBA modules), Therefore the S3 code to be found in the code above and in my Excel microETL add-in should work in ASP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Astralis</title>
		<link>http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/#comment-7595</link>
		<dc:creator><![CDATA[Astralis]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 15:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=353#comment-7595</guid>
		<description><![CDATA[Tom,

Thanks for replying.  I&#039;ve been thinking of storing my data (SQL Server) onto S3 to spare some memory from my own server.

I use Classic ASP and would love to connect it.  Any advice?  Have you ever found a simply application with Classic ASP that uses S3?]]></description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Thanks for replying.  I&#8217;ve been thinking of storing my data (SQL Server) onto S3 to spare some memory from my own server.</p>
<p>I use Classic ASP and would love to connect it.  Any advice?  Have you ever found a simply application with Classic ASP that uses S3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gobansaor</title>
		<link>http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/#comment-7586</link>
		<dc:creator><![CDATA[gobansaor]]></dc:creator>
		<pubDate>Mon, 10 Oct 2011 08:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=353#comment-7586</guid>
		<description><![CDATA[What gave you the impression I don&#039;t use S3 any more? I, and my clients, use it every day! I don&#039;t use SimpleDB, but that&#039;s because its use-case is as a back-end database to a Web App (such as ASP) but I mainly deal with client-side &quot;detached&quot; datasets, hence my preference for SQLite/CSV/JSON  transported via S3.

Tom]]></description>
		<content:encoded><![CDATA[<p>What gave you the impression I don&#8217;t use S3 any more? I, and my clients, use it every day! I don&#8217;t use SimpleDB, but that&#8217;s because its use-case is as a back-end database to a Web App (such as ASP) but I mainly deal with client-side &#8220;detached&#8221; datasets, hence my preference for SQLite/CSV/JSON  transported via S3.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Astralis</title>
		<link>http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/#comment-7585</link>
		<dc:creator><![CDATA[Astralis]]></dc:creator>
		<pubDate>Mon, 10 Oct 2011 01:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=353#comment-7585</guid>
		<description><![CDATA[Why aren&#039;t you using S3 anymore?
I&#039;ve been thinking about using it with classic ASP.]]></description>
		<content:encoded><![CDATA[<p>Why aren&#8217;t you using S3 anymore?<br />
I&#8217;ve been thinking about using it with classic ASP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gobansaor</title>
		<link>http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/#comment-6853</link>
		<dc:creator><![CDATA[gobansaor]]></dc:creator>
		<pubDate>Sun, 17 Apr 2011 11:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=353#comment-6853</guid>
		<description><![CDATA[Thanks Bob,

I&#039;ve updated the post to reflect this.

Tom]]></description>
		<content:encoded><![CDATA[<p>Thanks Bob,</p>
<p>I&#8217;ve updated the post to reflect this.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Riemersma</title>
		<link>http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/#comment-6852</link>
		<dc:creator><![CDATA[Bob Riemersma]]></dc:creator>
		<pubDate>Sun, 17 Apr 2011 02:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=353#comment-6852</guid>
		<description><![CDATA[In case anyone is interested a slight update to the VB6 HMAC-SHA-256 code plus a conversion to HMAC-SHA-1 (with RFC 2202 Test Vectors for validation) is now available at http://www.vbforums.com/showthread.php?t=635398]]></description>
		<content:encoded><![CDATA[<p>In case anyone is interested a slight update to the VB6 HMAC-SHA-256 code plus a conversion to HMAC-SHA-1 (with RFC 2202 Test Vectors for validation) is now available at <a href="http://www.vbforums.com/showthread.php?t=635398" rel="nofollow">http://www.vbforums.com/showthread.php?t=635398</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S3 as an Excel hub &#124; Gobán Saor</title>
		<link>http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/#comment-6815</link>
		<dc:creator><![CDATA[S3 as an Excel hub &#124; Gobán Saor]]></dc:creator>
		<pubDate>Wed, 30 Mar 2011 16:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=353#comment-6815</guid>
		<description><![CDATA[[...] In my Steam Powered PowerPivot post I explained the concept of powered-spoke based Excel systems. One of the hub options was Amazon&#8217;s Simple Storage Service, S3. I&#8217;ve been using S3 both as a simple backup service and as a &#8220;systems hub&#8221; since the service began in 2006. Back then, it was not necessarily the easiest to use or the most suitable, but it was cheap and reliable. The code I used to access S3 from Excel can be found here http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] In my Steam Powered PowerPivot post I explained the concept of powered-spoke based Excel systems. One of the hub options was Amazon&#8217;s Simple Storage Service, S3. I&#8217;ve been using S3 both as a simple backup service and as a &#8220;systems hub&#8221; since the service began in 2006. Back then, it was not necessarily the easiest to use or the most suitable, but it was cheap and reliable. The code I used to access S3 from Excel can be found here <a href="http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/" rel="nofollow">http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gobansaor</title>
		<link>http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/#comment-6802</link>
		<dc:creator><![CDATA[gobansaor]]></dc:creator>
		<pubDate>Mon, 28 Mar 2011 17:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=353#comment-6802</guid>
		<description><![CDATA[Bob,

Sorry I obviously missed this, but better late than never. I don&#039;t have a VB6 version of this, but the essence should be the same. The SimpleDB code will no longer work in VBA or VB6  however as it was coded using a now discontinued signing method (security problems it seems), needs to use Signature Version 2.

Also see the many alternatives for n0n-DLL HMAC-SHA1 hash calculations.

Tom]]></description>
		<content:encoded><![CDATA[<p>Bob,</p>
<p>Sorry I obviously missed this, but better late than never. I don&#8217;t have a VB6 version of this, but the essence should be the same. The SimpleDB code will no longer work in VBA or VB6  however as it was coded using a now discontinued signing method (security problems it seems), needs to use Signature Version 2.</p>
<p>Also see the many alternatives for n0n-DLL HMAC-SHA1 hash calculations.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steam Powered PowerPivot &#124; Gobán Saor</title>
		<link>http://blog.gobansaor.com/2008/02/22/xlaws-excel-vba-code-for-accessing-amazons-s3-and-simpledb/#comment-6776</link>
		<dc:creator><![CDATA[Steam Powered PowerPivot &#124; Gobán Saor]]></dc:creator>
		<pubDate>Wed, 16 Mar 2011 12:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=353#comment-6776</guid>
		<description><![CDATA[[...] Orchestrating the processing of files on S3 is very simple using tools such as Python&#8217;s Boto (another good reason for having Python in-built in microETL). For the client-side, pure VBA could  be used, see my xlAWS code. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Orchestrating the processing of files on S3 is very simple using tools such as Python&#8217;s Boto (another good reason for having Python in-built in microETL). For the client-side, pure VBA could  be used, see my xlAWS code. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

