<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>CodePlex.SpaceBlock</title><link>http://spaceblock.codeplex.com/project/feeds/rss</link><description>SpaceBlock is a simple Windows front-end for managing Amazon S3, Nirvanix, Azure Blob Storage, and now Sun Cloud Object Storage online service accounts.      This project is fully open-sourced via the MIT license, contributions welcome&amp;#33;</description><item><title>Closed Feature: New mime type - text/javascript [2816]</title><link>http://spaceblock.codeplex.com/workitem/2816</link><description>This is required for gzipped javascript files.&lt;br /&gt;Even better - can we edit the list of mime types manually&amp;#63;&lt;br /&gt;</description><author>JohnSpurlock</author><pubDate>Thu, 16 May 2013 04:19:47 GMT</pubDate><guid isPermaLink="false">Closed Feature: New mime type - text/javascript [2816] 20130516041947A</guid></item><item><title>Source code checked in, #81799</title><link>http://spaceblock.codeplex.com/SourceControl/changeset/changes/81799</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:57:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #81799 20121001095723P</guid></item><item><title>Source code checked in, #81798</title><link>http://spaceblock.codeplex.com/SourceControl/changeset/changes/81798</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:51:05 GMT</pubDate><guid isPermaLink="false">Source code checked in, #81798 20121001095105P</guid></item><item><title>Commented Issue: Memory Leak and Bug? [3362]</title><link>http://spaceblock.codeplex.com/workitem/3362</link><description>I was using Spaceblock last night and I was attempting to list the contents of one of my buckets. Now I have the bucket divided into a folder type structure, and accessing the other &amp;#34;folders&amp;#34; was successful. But when I tried to access a particular &amp;#34;folder&amp;#34; that has probably 10,000&amp;#43; objects in it, Spaceblock just sat there with it&amp;#39;s loading screen. I left the application open &amp;#40;don&amp;#39;t know why&amp;#41;, and after about an hour my system began to run dreadfully slow. I opened the Task Manager and lo and behold, Spaceblock was using 1.3 GB of my memory. I have attached screenshots for those interested in helping debug this issue &amp;#40;urls for those that don&amp;#39;t trust the dowload&amp;#41;. Here are the issues I&amp;#39;d like addressed&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Why can&amp;#39;t I get a file listing when a &amp;#34;folder&amp;#34; has a lot of objects in it&amp;#63;&lt;br /&gt;2. Why is Spaceblock using so much memory&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.kmg.net&amp;#47;pub&amp;#47;spaceblock-1.png&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.kmg.net&amp;#47;pub&amp;#47;spaceblock-2.png&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.kmg.net&amp;#47;pub&amp;#47;spaceblock-3.png&lt;br /&gt;Comments: ** Comment from web user: dneb ** &lt;p&gt;I had something somewhat similar.  I was trying to delete a gigantic bucket &amp;#40;a JungleDisk backup bucket&amp;#41;.  No idea how many files, but it&amp;#39;s huge.  It ran all night and in the morning the process was using 7.5GB of memory.&lt;/p&gt;</description><author>dneb</author><pubDate>Fri, 19 Aug 2011 15:25:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: Memory Leak and Bug? [3362] 20110819032554P</guid></item><item><title>Created Issue: UNC paths don't work for source paths [10160]</title><link>http://spaceblock.codeplex.com/workitem/10160</link><description>While using the MSBuild S3Upload task I found that UNC paths don&amp;#39;t work at all so I was required to map a drive to the network location instead.&lt;br /&gt;</description><author>redwards1966</author><pubDate>Thu, 27 Jan 2011 18:13:03 GMT</pubDate><guid isPermaLink="false">Created Issue: UNC paths don't work for source paths [10160] 20110127061303P</guid></item><item><title>Commented Issue: Upload large files to Azure Blob Storage fails [3875]</title><link>http://spaceblock.codeplex.com/workitem/3875</link><description>Uploading large files to Azure Blob service returns this error&amp;#58;&lt;br /&gt;&amp;#60;&amp;#63;xml version&amp;#61;&amp;#34;1.0&amp;#34; encoding&amp;#61;&amp;#34;utf-8&amp;#34;&amp;#63;&amp;#62;&amp;#60;Error&amp;#62;&amp;#60;Code&amp;#62;RequestBodyTooLarge&amp;#60;&amp;#47;Code&amp;#62;&amp;#60;Message&amp;#62;The request body is too large and exceeds the maximum permissible limit.&amp;#60;&amp;#47;Message&amp;#62;&amp;#60;MaxLimit&amp;#62;67108864&amp;#60;&amp;#47;MaxLimit&amp;#62;&amp;#60;&amp;#47;Error&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: c0d3 ** &lt;p&gt;The request body is to large - error may be caused by trying to upload the same file many times. When files are uploaded it is uploaded in eg. 64KB blocks, and Azure may have a MaxLimit for how many blocks can be uploaded, when this limit is reached, the error is thrown. Blocks are still in the blobstorage but uncomittet, I fixed this in one of my projects by deleting a file blob if the stream prosition is set to 0. &lt;br /&gt;container.DeleteBlob&amp;#40;blobProperties.Name&amp;#41; and then uploaded the same file with a block size of 1MB. Hope this helps.&lt;/p&gt;</description><author>c0d3</author><pubDate>Mon, 23 Aug 2010 07:04:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Upload large files to Azure Blob Storage fails [3875] 20100823070424A</guid></item><item><title>Source code checked in, #55578</title><link>http://spaceblock.codeplex.com/SourceControl/changeset/changes/55578</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Mon, 26 Jul 2010 20:06:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #55578 20100726080606P</guid></item><item><title>Created Issue: Unable to create $root container [6280]</title><link>http://spaceblock.codeplex.com/WorkItem/View.aspx?WorkItemId=6280</link><description>The Nov 2009 release includes a pseudo root folder called &amp;#34;&amp;#36;root&amp;#34;.  Items in this folder appear in the root of the storage tree.  &lt;br /&gt;&lt;br /&gt; I can&amp;#39;t seem to create a container of this name by right clicking and selecting &amp;#34;New Folder...&amp;#34;.&lt;br /&gt;</description><author>jaybo_nomad</author><pubDate>Mon, 16 Nov 2009 05:15:45 GMT</pubDate><guid isPermaLink="false">Created Issue: Unable to create $root container [6280] 20091116051545A</guid></item><item><title>New Post: Command line S3 tools</title><link>http://spaceblock.codeplex.com/Thread/View.aspx?ThreadId=34633</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You might also like to have a look at http://s3.codeplex.com&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>maxc</author><pubDate>Wed, 30 Sep 2009 16:03:30 GMT</pubDate><guid isPermaLink="false">New Post: Command line S3 tools 20090930040330P</guid></item><item><title>Reviewed: SpaceBlock 0.0.2 (Jun 05, 2009)</title><link>http://spaceblock.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=9513</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Not the most advanced UI, but it does the job&amp;#33; Thank you to the developers for sharing it.</description><author>ffolini</author><pubDate>Fri, 05 Jun 2009 20:43:30 GMT</pubDate><guid isPermaLink="false">Reviewed: SpaceBlock 0.0.2 (Jun 05, 2009) 20090605084330P</guid></item><item><title>Created Issue: Slow Rename on S3</title><link>http://spaceblock.codeplex.com/WorkItem/View.aspx?WorkItemId=4544</link><description>Renaming a file on S3 takes several minutes. I don&amp;#39;t know if this is a limitation of S3 or a problem of SpaceBlok. Having a faster Rename would be nice.&lt;br /&gt;</description><author>ffolini</author><pubDate>Fri, 05 Jun 2009 20:41:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Slow Rename on S3 20090605084137P</guid></item><item><title>Source code checked in, #25142</title><link>http://spaceblock.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Release 0.0.2.6 - Initial support for the Sun Cloud Storage api</description><author>JohnSpurlock</author><pubDate>Fri, 29 May 2009 03:14:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #25142 20090529031423A</guid></item><item><title>Updated Wiki: Home</title><link>http://spaceblock.codeplex.com/Wiki/View.aspx?title=Home&amp;version=34</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Project Description&lt;/h3&gt;SpaceBlock is a simple Windows front-end for managing Amazon S3, Nirvanix, Azure Blob Storage, and now Sun Cloud Object Storage online service accounts.&lt;br /&gt;&lt;br /&gt;This project is fully open-sourced via the MIT license, contributions welcome&amp;#33;
&lt;ul&gt;&lt;li&gt;&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=john%2espurlock%40gmail%2ecom&amp;amp;item_name=SpaceBlock%20Donation&amp;amp;no_shipping=1&amp;amp;tax=0&amp;amp;currency_code=USD&amp;amp;lc=US&amp;amp;bn=PP%2dDonationsBF&amp;amp;charset=UTF%2d8" class="externalLink"&gt;Make a PayPal donation...&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;To Install and Run (via ClickOnce):&lt;/h3&gt;&lt;a href="http://spaceblock.s3.amazonaws.com/install" class="externalLink"&gt;http://spaceblock.s3.amazonaws.com/install&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;Once installed, the application can be launched via the start menu&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Features&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Amazon S3 Integration
&lt;ul&gt;&lt;li&gt;Support for EU buckets&lt;/li&gt;
&lt;li&gt;Handles difficult key/bucket names (like unicode chars outside of the ASCII range &amp;amp; invalid urls)&lt;/li&gt;
&lt;li&gt;Edit ACL, Bucket Logging Status, generate signed URLs&lt;/li&gt;
&lt;li&gt;Leverages the cross-platform CodePlex.Resourceful REST library (&lt;a href="http://www.codeplex.com/resourceful" class="externalLink"&gt;http://www.codeplex.com/resourceful&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Define multiple accounts (e.g. allowing for streaming transfer between S3 accounts)&lt;/li&gt;
&lt;li&gt;Vista compatible&lt;/li&gt;
&lt;li&gt;Saved settings encrypted via the Windows Data Protection API (&lt;a href="http://msdn2.microsoft.com/en-us/library/ms995355.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/ms995355.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h3&gt;Screenshot&lt;/h3&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=24685" alt="shot1.50.jpg" title="shot1.50.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Solution Layout&lt;/h3&gt;The codebase currently consists of two solutions:&lt;br /&gt;&lt;br /&gt;SpaceBlock.2005  (VS2005)
&lt;ul&gt;&lt;li&gt;CodePlex.SpaceBlock
&lt;ul&gt;&lt;li&gt;Core library (for abstracting file systems, etc)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;CodePlex.SpaceBlock.MSBuild
&lt;ul&gt;&lt;li&gt;MSBuild task library&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;CodePlex.SpaceBlock.NAnt
&lt;ul&gt;&lt;li&gt;NAnt task library&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;CodePlex.SpaceBlock.Test
&lt;ul&gt;&lt;li&gt;MSTest project&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;CodePlex.SpaceBlock.UI
&lt;ul&gt;&lt;li&gt;WinForms front-end&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;SpaceBlock.2008  (VS2008)
&lt;ul&gt;&lt;li&gt;CodePlex.SpaceBlock&lt;/li&gt;
&lt;li&gt;CodePlex.SpaceBlock.UI&lt;/li&gt;
&lt;li&gt;CodePlex.SpaceBlock.Test35
&lt;ul&gt;&lt;li&gt;API examples using some of the new c# 3.0 features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h3&gt;What's New&lt;/h3&gt;&lt;a name="Release_0_0_2_6"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.2.6&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Experimental support for a new file system type based on the Sun Cloud Object Storage api (just in time for JavaOne).&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=69791" alt="SunCloudSettings.jpg" title="SunCloudSettings.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_2_5"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.2.5&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Azure storage settings now make it easy to connect to the local development storage fabric:  check &lt;b&gt;Use Development Storage&lt;/b&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=49322" alt="AzureDevStorageSettings.jpg" title="AzureDevStorageSettings.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_2_4"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.2.4&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Experimental support for a new file system type based on the &lt;a href="http://msdn.microsoft.com/en-us/library/dd135733.aspx" class="externalLink"&gt;Windows Azure Blob Storage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; api. &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=49025" alt="AzureStorageSettings.JPG" title="AzureStorageSettings.JPG" /&gt;
&lt;ul&gt;&lt;li&gt;Supports basic folder management functions, transfers, metadata, and ACL (public/private containers)&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=49023" alt="AzureStorage.jpg" title="AzureStorage.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_2_3"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.2.3&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Added a new content-type &amp;quot;text/javascript&amp;quot; to the static list&lt;/li&gt;
&lt;li&gt;New &amp;quot;Custom...&amp;quot; option to choose a content-type not in the static list&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=46425" alt="CustomContentType.jpg" title="CustomContentType.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_2_2"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.2.2&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Added the ability to configure the S3 service host (to connect to an S3 clone instance via &lt;a href="http://code.google.com/p/baltic-avenue/" class="externalLink"&gt;baltic-avenue&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=44173" alt="ServiceHost.jpg" title="ServiceHost.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_2_1"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.2.1&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Added a new file system type based on the Sql Server Data Services beta service  &lt;a href="http://www.microsoft.com/sql/dataservices/default.mspx" class="externalLink"&gt;http://www.microsoft.com/sql/dataservices/default.mspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=40439" alt="SSDS.jpg" title="SSDS.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_2_0"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.2.0&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Added mime types for flash files (FLV and SWF)&lt;/li&gt;
&lt;li&gt;Fixed Nirvanix file system for file uploads (broken by a Nirvanix api upgrade)&lt;/li&gt;
&lt;li&gt;Using the new Resourceful library 0.0.2&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="Release_0_0_1_13"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.1.13&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Handles intermittent S3 server errors more gracefully (retry requests with exponential backoff) - especially noticeable when uploading a large number of small files&lt;/li&gt;
&lt;li&gt;New Feature: Bucket creation dialog now shows bucket name availability&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=36990" alt="BucketNameIsAvailable.jpg" title="BucketNameIsAvailable.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;New Feature: Remember values used in the Edit Metadata dialog (user request)&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=36991" alt="RememberTransferMetadata.jpg" title="RememberTransferMetadata.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;New Feature: Ability to display file times in UTC time (user request)&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=36992" alt="ChangeGMTOffset.jpg" title="ChangeGMTOffset.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_1_12"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.1.12&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Enhancement:  Prompt to exit if transfers are active&lt;/li&gt;
&lt;li&gt;Enhancement:  Skip S3 log files that cannot be accessed (occasionally unreadable)&lt;/li&gt;
&lt;li&gt;New Feature: Set S3 default transfer ACL to private, public-read, or bucket (private or public-read depending on bucket ACL)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=35330" alt="DefaultTransferACL.jpg" title="DefaultTransferACL.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_1_11"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.1.11&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Ability to perform &lt;i&gt;server-side&lt;/i&gt; file renames on S3!  (thanks to the new COPY object beta feature)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=33720" alt="RenameFile.jpg" title="RenameFile.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_1_10"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.1.10&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Ability to set custom HTTP headers when uploading to S3&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=32741" alt="EditMetadata.jpg" title="EditMetadata.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_1_9"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.1.9&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Enhanced Amazon S3 url generation dialog to include public urls (user request) &amp;amp; virtual host-style urls in addition to signed urls&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=31617" alt="GenerateUrl.jpg" title="GenerateUrl.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_1_8"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.1.8&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Quick fix to underlying CodePlex.Resourceful library that should improve S3 retry logic&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="Release_0_0_1_7"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.1.7&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Enhancement:  Deleting large numbers of files from an S3 filesystem is now much faster (and happens in the background)&lt;/li&gt;
&lt;li&gt;New Feature:  Open file - launches the file in the OS-default application (or in explorer if no default)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=29963" alt="OpenMenuItem.jpg" title="OpenMenuItem.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_1_6"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.1.6&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;New Feature:  Transfers View - manage multiple simultaneous transfers between file systems (similar to Opera's transfers tab).&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=28327" alt="TransfersView.jpg" title="TransfersView.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_1_5"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.1.5&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Automatic handling of time differences between the local machine and Amazon's S3 servers.  Should minimize or eliminate RequestTimeTooSkewed responses.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="Release_0_0_1_4"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.1.4&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Reduced the number of resources loaded during the initial ClickOnce launch&lt;/li&gt;
&lt;li&gt;Up-front file-system validation &lt;/li&gt;
&lt;li&gt;What's New dialog after every version upgrade&lt;/li&gt;
&lt;li&gt;New Feature: Support for virtual drives backed by the Nirvanix storage network  (&lt;a href="http://www.nirvanix.com" class="externalLink"&gt;http://www.nirvanix.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=27694" alt="NirvanixSettings.jpg" title="NirvanixSettings.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Release_0_0_1_3"&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Release 0.0.1.3&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;New Feature: Analyze S3 Server Logs context-menu option. Select one or more log files to enable command.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spaceblock&amp;DownloadId=26858" alt="AnalyzeServerAccessLogs.jpg" title="AnalyzeServerAccessLogs.jpg" /&gt;&lt;/div&gt;</description><author>JohnSpurlock</author><pubDate>Fri, 29 May 2009 02:59:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090529025957A</guid></item><item><title>New Post: Getting Exception Invalid path:</title><link>http://spaceblock.codeplex.com/Thread/View.aspx?ThreadId=57302</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I use your rescmd application (a wonderful program) to upload files. For example I've got a bucket 1072buckets and prefix 1000/2009/ and file name x.mp4.&amp;nbsp; It all works I can upload and run the video etc.&amp;nbsp; However when I try to look at it from Space Block I get the Exception: &amp;quot;Invalid path: '/1072buckets//'. and detail&lt;/p&gt;
&lt;p&gt;CodePlex.Resourceful.CodePlexException: Invalid path: '/1072buckets//'.&lt;br&gt;&amp;nbsp;&amp;nbsp; at CodePlex.SpaceBlock.Path.Parse(String value)&lt;br&gt;&amp;nbsp;&amp;nbsp; at CodePlex.SpaceBlock.FS.S3FileSystem.InternalGetItems(Path folderPath)&lt;br&gt;&amp;nbsp;&amp;nbsp; at CodePlex.SpaceBlock.FS.S3FileSystem.GetFolders(Path path)&lt;br&gt;&amp;nbsp;&amp;nbsp; at CodePlex.SpaceBlock.UI.Controls.Explore.FoldersControl.&amp;lt;&amp;gt;c__DisplayClassb.&amp;lt;Expand&amp;gt;b__9()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The leading '/' on the bucket name looks suspicious but as I said in my application it all works.&amp;nbsp; I was trying to use spaceblock to clean up the buckets (I have several that have this problem) but I can open them up.&lt;/p&gt;
&lt;p&gt;-steve-&lt;/p&gt;&lt;/div&gt;</description><author>wakewatcher</author><pubDate>Sun, 24 May 2009 06:32:38 GMT</pubDate><guid isPermaLink="false">New Post: Getting Exception Invalid path: 20090524063238A</guid></item><item><title>Commented Feature: Proxy support</title><link>http://spaceblock.codeplex.com/WorkItem/View.aspx?WorkItemId=2628</link><description>Hi,&lt;br /&gt;SpaceBlock runs OK at home but when I attempt to run it at work I recieve the following error. This occurs when I attempt to save the S3 Settings in the Options window. I susupect it&amp;#39;s a firewall issue, is there any facility to work through a firewall which requires a proxy username and password. &lt;br /&gt;&lt;br /&gt;CodePlex.Resourceful.CodePlexException&amp;#58; Settings for &amp;#39;&amp;#40;new&amp;#41;&amp;#39; are not valid&amp;#58; The given key was not present in the dictionary.. ---&amp;#62; System.Collections.Generic.KeyNotFoundException&amp;#58; The given key was not present in the dictionary.&lt;br /&gt;   at System.ThrowHelper.ThrowKeyNotFoundException&amp;#40;&amp;#41;&lt;br /&gt;   at System.Collections.Generic.Dictionary&amp;#96;2.get_Item&amp;#40;TKey key&amp;#41;&lt;br /&gt;   at CodePlex.Resourceful.Amazon.S3.S3Connection.Unexpected&amp;#40;ClientResponse response&amp;#41; in C&amp;#58;&amp;#92;in&amp;#92;projects&amp;#92;software&amp;#92;net&amp;#92;codeplex&amp;#92;resourceful&amp;#92;Main&amp;#92;Source&amp;#92;CodePlex.Resourceful&amp;#92;Amazon&amp;#92;S3&amp;#92;S3Connection.cs&amp;#58;line 587&lt;br /&gt;   at CodePlex.Resourceful.Amazon.S3.S3Connection.ListBuckets&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;in&amp;#92;projects&amp;#92;software&amp;#92;net&amp;#92;codeplex&amp;#92;resourceful&amp;#92;Main&amp;#92;Source&amp;#92;CodePlex.Resourceful&amp;#92;Amazon&amp;#92;S3&amp;#92;S3Connection.cs&amp;#58;line 197&lt;br /&gt;   at CodePlex.Resourceful.Amazon.S3.S3Connection.get_Owner&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;in&amp;#92;projects&amp;#92;software&amp;#92;net&amp;#92;codeplex&amp;#92;resourceful&amp;#92;Main&amp;#92;Source&amp;#92;CodePlex.Resourceful&amp;#92;Amazon&amp;#92;S3&amp;#92;S3Connection.cs&amp;#58;line 141&lt;br /&gt;   at CodePlex.SpaceBlock.FS.S3FileSystem.get_ShortCaption&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;wzm48g&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;SpaceBlock 0.0.2&amp;#92;Source&amp;#92;CodePlex.SpaceBlock&amp;#92;FS&amp;#92;S3FileSystem.cs&amp;#58;line 54&lt;br /&gt;   at CodePlex.SpaceBlock.FS.S3FileSystem.get_Caption&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;wzm48g&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;SpaceBlock 0.0.2&amp;#92;Source&amp;#92;CodePlex.SpaceBlock&amp;#92;FS&amp;#92;S3FileSystem.cs&amp;#58;line 46&lt;br /&gt;   at CodePlex.SpaceBlock.UI.Controls.Tools.OptionsForm.OnSave&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;wzm48g&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;SpaceBlock 0.0.2&amp;#92;Source&amp;#92;CodePlex.SpaceBlock.UI&amp;#92;Controls&amp;#92;Tools&amp;#92;OptionsForm.cs&amp;#58;line 81&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at CodePlex.SpaceBlock.UI.Controls.Tools.OptionsForm.OnSave&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;wzm48g&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;SpaceBlock 0.0.2&amp;#92;Source&amp;#92;CodePlex.SpaceBlock.UI&amp;#92;Controls&amp;#92;Tools&amp;#92;OptionsForm.cs&amp;#58;line 85&lt;br /&gt;   at CodePlex.SpaceBlock.UI.Controls.BaseForm.&amp;#60;&amp;#62;c__DisplayClassb.&amp;#60;&amp;#62;c__DisplayClassd.&amp;#60;SetupDialogWork&amp;#62;b__8&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;wzm48g&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;SpaceBlock 0.0.2&amp;#92;Source&amp;#92;CodePlex.SpaceBlock.UI&amp;#92;Controls&amp;#92;BaseForm.cs&amp;#58;line 141&lt;br /&gt;Comments: ** Comment from web user: adamhems ** &lt;p&gt;The solution is simple - two lines of code added to the Resourceful library. Please see http&amp;#58;&amp;#47;&amp;#47;resourceful.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;53648&lt;/p&gt;</description><author>adamhems</author><pubDate>Fri, 17 Apr 2009 14:11:51 GMT</pubDate><guid isPermaLink="false">Commented Feature: Proxy support 20090417021151P</guid></item><item><title>Created Issue: Upload Greater than 4MB file to Azure Development Storage fails</title><link>http://spaceblock.codeplex.com/WorkItem/View.aspx?WorkItemId=4052</link><description>With CloudDrive I can upload &amp;#62;4MB files to the local development storage, however with SpaceBlock I get an error.&lt;br /&gt;&lt;br /&gt;There error that is return is&amp;#58;&lt;br /&gt;&lt;br /&gt;500 Server encountered an internal error. Please try again after some time.&lt;br /&gt;Content-Length&amp;#58;172&lt;br /&gt;Content-Type&amp;#58;application&amp;#47;xml&lt;br /&gt;Date&amp;#58;Thu, 12 Mar 2009 02&amp;#58;33&amp;#58;37 GMT&lt;br /&gt;Server&amp;#58;Nephos Blob Service Version 1.0 Microsoft-HTTPAPI&amp;#47;2.0&lt;br /&gt;&amp;#60;&amp;#63;xml version&amp;#61;&amp;#34;1.0&amp;#34; encoding&amp;#61;&amp;#34;utf-8&amp;#34;&amp;#63;&amp;#62;&amp;#60;Error&amp;#62;&amp;#60;Code&amp;#62;InternalError&amp;#60;&amp;#47;Code&amp;#62;&amp;#60;Message&amp;#62;Server encountered an internal error. Please try again after some time.&amp;#60;&amp;#47;Message&amp;#62;&amp;#60;&amp;#47;Error&amp;#62;&lt;br /&gt;</description><author>pstatho</author><pubDate>Thu, 12 Mar 2009 02:36:12 GMT</pubDate><guid isPermaLink="false">Created Issue: Upload Greater than 4MB file to Azure Development Storage fails 20090312023612A</guid></item><item><title>Commented Feature: Proxy support</title><link>http://spaceblock.codeplex.com/WorkItem/View.aspx?WorkItemId=2628</link><description>Hi,&lt;br /&gt;SpaceBlock runs OK at home but when I attempt to run it at work I recieve the following error. This occurs when I attempt to save the S3 Settings in the Options window. I susupect it&amp;#39;s a firewall issue, is there any facility to work through a firewall which requires a proxy username and password. &lt;br /&gt;&lt;br /&gt;CodePlex.Resourceful.CodePlexException&amp;#58; Settings for &amp;#39;&amp;#40;new&amp;#41;&amp;#39; are not valid&amp;#58; The given key was not present in the dictionary.. ---&amp;#62; System.Collections.Generic.KeyNotFoundException&amp;#58; The given key was not present in the dictionary.&lt;br /&gt;   at System.ThrowHelper.ThrowKeyNotFoundException&amp;#40;&amp;#41;&lt;br /&gt;   at System.Collections.Generic.Dictionary&amp;#96;2.get_Item&amp;#40;TKey key&amp;#41;&lt;br /&gt;   at CodePlex.Resourceful.Amazon.S3.S3Connection.Unexpected&amp;#40;ClientResponse response&amp;#41; in C&amp;#58;&amp;#92;in&amp;#92;projects&amp;#92;software&amp;#92;net&amp;#92;codeplex&amp;#92;resourceful&amp;#92;Main&amp;#92;Source&amp;#92;CodePlex.Resourceful&amp;#92;Amazon&amp;#92;S3&amp;#92;S3Connection.cs&amp;#58;line 587&lt;br /&gt;   at CodePlex.Resourceful.Amazon.S3.S3Connection.ListBuckets&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;in&amp;#92;projects&amp;#92;software&amp;#92;net&amp;#92;codeplex&amp;#92;resourceful&amp;#92;Main&amp;#92;Source&amp;#92;CodePlex.Resourceful&amp;#92;Amazon&amp;#92;S3&amp;#92;S3Connection.cs&amp;#58;line 197&lt;br /&gt;   at CodePlex.Resourceful.Amazon.S3.S3Connection.get_Owner&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;in&amp;#92;projects&amp;#92;software&amp;#92;net&amp;#92;codeplex&amp;#92;resourceful&amp;#92;Main&amp;#92;Source&amp;#92;CodePlex.Resourceful&amp;#92;Amazon&amp;#92;S3&amp;#92;S3Connection.cs&amp;#58;line 141&lt;br /&gt;   at CodePlex.SpaceBlock.FS.S3FileSystem.get_ShortCaption&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;wzm48g&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;SpaceBlock 0.0.2&amp;#92;Source&amp;#92;CodePlex.SpaceBlock&amp;#92;FS&amp;#92;S3FileSystem.cs&amp;#58;line 54&lt;br /&gt;   at CodePlex.SpaceBlock.FS.S3FileSystem.get_Caption&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;wzm48g&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;SpaceBlock 0.0.2&amp;#92;Source&amp;#92;CodePlex.SpaceBlock&amp;#92;FS&amp;#92;S3FileSystem.cs&amp;#58;line 46&lt;br /&gt;   at CodePlex.SpaceBlock.UI.Controls.Tools.OptionsForm.OnSave&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;wzm48g&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;SpaceBlock 0.0.2&amp;#92;Source&amp;#92;CodePlex.SpaceBlock.UI&amp;#92;Controls&amp;#92;Tools&amp;#92;OptionsForm.cs&amp;#58;line 81&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at CodePlex.SpaceBlock.UI.Controls.Tools.OptionsForm.OnSave&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;wzm48g&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;SpaceBlock 0.0.2&amp;#92;Source&amp;#92;CodePlex.SpaceBlock.UI&amp;#92;Controls&amp;#92;Tools&amp;#92;OptionsForm.cs&amp;#58;line 85&lt;br /&gt;   at CodePlex.SpaceBlock.UI.Controls.BaseForm.&amp;#60;&amp;#62;c__DisplayClassb.&amp;#60;&amp;#62;c__DisplayClassd.&amp;#60;SetupDialogWork&amp;#62;b__8&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;wzm48g&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;SpaceBlock 0.0.2&amp;#92;Source&amp;#92;CodePlex.SpaceBlock.UI&amp;#92;Controls&amp;#92;BaseForm.cs&amp;#58;line 141&lt;br /&gt;Comments: ** Comment from web user: adamhems ** &lt;p&gt;I hit this too, also because there is a Proxy Server at my work location. Works fine from home.&lt;/p&gt;</description><author>adamhems</author><pubDate>Mon, 09 Mar 2009 14:49:54 GMT</pubDate><guid isPermaLink="false">Commented Feature: Proxy support 20090309024954P</guid></item><item><title>Created Issue: Upload large files to Azure Blob Storage fails</title><link>http://spaceblock.codeplex.com/WorkItem/View.aspx?WorkItemId=3875</link><description>Uploading large files to Azure Blob service returns this error&amp;#58;&lt;br /&gt;&amp;#60;&amp;#63;xml version&amp;#61;&amp;#34;1.0&amp;#34; encoding&amp;#61;&amp;#34;utf-8&amp;#34;&amp;#63;&amp;#62;&amp;#60;Error&amp;#62;&amp;#60;Code&amp;#62;RequestBodyTooLarge&amp;#60;&amp;#47;Code&amp;#62;&amp;#60;Message&amp;#62;The request body is too large and exceeds the maximum permissible limit.&amp;#60;&amp;#47;Message&amp;#62;&amp;#60;MaxLimit&amp;#62;67108864&amp;#60;&amp;#47;MaxLimit&amp;#62;&amp;#60;&amp;#47;Error&amp;#62;&lt;br /&gt;</description><author>pstatho</author><pubDate>Sun, 01 Mar 2009 21:59:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Upload large files to Azure Blob Storage fails 20090301095918P</guid></item><item><title>Reviewed: SpaceBlock 0.0.2 (Feb 17, 2009)</title><link>http://www.codeplex.com/spaceblock/Release/ProjectReleases.aspx?ReleaseId=9513</link><description>Rated 4 Stars (out of 5) - Nice approach! I need this kind of app.
But fail to connect my SDS.</description><author>fkiller</author><pubDate>Wed, 18 Feb 2009 02:35:30 GMT</pubDate><guid isPermaLink="false">Reviewed: SpaceBlock 0.0.2 (Feb 17, 2009) 20090218023530A</guid></item><item><title>New Post: Code for Release 0.0.2.5</title><link>http://www.codeplex.com/spaceblock/Thread/View.aspx?ThreadId=45734</link><description>&lt;div style="line-height: normal;"&gt;Hi John,&lt;br&gt;
&lt;br&gt;
Thanks for this great tool which works well with Windows Azure's blob storage. Do you plan to upload the code for release 0.0.2.5?&lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
William
&lt;/div&gt;</description><author>willbell</author><pubDate>Fri, 30 Jan 2009 18:36:05 GMT</pubDate><guid isPermaLink="false">New Post: Code for Release 0.0.2.5 20090130063605P</guid></item></channel></rss>