<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>spaceblock Work Item Rss Feed</title><link>http://www.codeplex.com/spaceblock/WorkItem/List.aspx</link><description>spaceblock Work Item Rss Description</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>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>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>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>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>Created Issue: HTTP Header Template</title><link>http://www.codeplex.com/spaceblock/WorkItem/View.aspx?WorkItemId=3375</link><description>When we attempt to download .exe files using a signed URL, IE identifies the file type as &amp;#39;Unknown&amp;#39;... Other file types don&amp;#39;t seem to have this particular problem... I believe this is because .exe files don&amp;#39;t have a unique MIME type &amp;#40;the application&amp;#47;x-msdownload MIME type is shared with .exe and .dll files in my registry&amp;#41;... We have worked around this by setting the Content-Dispostion to &amp;#39;attachment&amp;#59; filename&amp;#61;&amp;#60;filename&amp;#62;&amp;#39;... The bad news is we have to do this for every file we upload... This is daunting given the large number of .exe files to upload... It would be nice to allow the specification of a HTTP Header template that allows us to define default HTTP Headers &amp;#40;perhaps per file type&amp;#41; so that, by default, we could get the Content-Dispostion on every file upload of a given file type... This would definityly enhance any drag&amp;#47;drop feature to ensure dropped files would also get the proper HTTP Headers... Anyway, just a thought... Hope everyone agrees... &amp;#58;-&amp;#41; -Scott.&lt;br /&gt;&lt;br /&gt;P.S. The following MSDN articles discuss how IE performs MIME handling&amp;#47;sniffing to determine file types on download&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;ms775148&amp;#40;VS.85&amp;#41;.aspx&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;ms775147.aspx&lt;br /&gt;</description><author>slr</author><pubDate>Tue, 25 Nov 2008 20:09:05 GMT</pubDate><guid isPermaLink="false">Created Issue: HTTP Header Template 20081125080905P</guid></item><item><title>Commented Issue: Memory Leak and Bug?</title><link>http://www.codeplex.com/spaceblock/WorkItem/View.aspx?WorkItemId=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: dotnetallday ** &lt;p&gt;I was able to access the folder with the Java project JetS3t. There are 17,234 objects totaling 1.10GB of space. It only happens with that particular &amp;#34;folder&amp;#34;, and all the other folders can be browsed normally. Yeah, this basically happens when I try to list the folder contents. I am still able to upload to the folder programatically, as this is the target directory for my web uploads and this function has been confirmed to work.&lt;/p&gt;</description><author>dotnetallday</author><pubDate>Tue, 25 Nov 2008 05:59:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Memory Leak and Bug? 20081125055949A</guid></item><item><title>Commented Issue: date error with Australian locale</title><link>http://www.codeplex.com/spaceblock/WorkItem/View.aspx?WorkItemId=3325</link><description>when opening properties with Australian settings I get this error&lt;br /&gt;&lt;br /&gt;String was not recognized as a valid DateTime.&lt;br /&gt;&lt;br /&gt;System.FormatException&amp;#58; String was not recognized as a valid DateTime.&lt;br /&gt;   at System.DateTimeParse.Parse&amp;#40;String s, DateTimeFormatInfo dtfi, DateTimeStyles styles&amp;#41;&lt;br /&gt;   at CodePlex.SpaceBlock.FS.LocalFileSystem.ComputeDateTimeString&amp;#40;DateTime datetime&amp;#41;&lt;br /&gt;   at CodePlex.SpaceBlock.FS.LocalFileSystem.GetMetadata&amp;#40;Path path&amp;#41;&lt;br /&gt;   at CodePlex.SpaceBlock.UI.Controls.Explore.PropertiesForm.&amp;#60;&amp;#62;c__DisplayClass4.&amp;#60;UpdateData&amp;#62;b__2&amp;#40;&amp;#41;&lt;br /&gt;   at CodePlex.SpaceBlock.UI.Controls.BaseForm.&amp;#60;&amp;#62;c__DisplayClass5.&amp;#60;InBackground&amp;#62;b__4&amp;#40;&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: JohnSpurlock ** &lt;p&gt;Interesting - can you describe what exactly you mean by Australian settings so we can try and reproduce the issue&amp;#63;  I&amp;#39;m assuming it&amp;#39;s more that simply setting the time-zone.&lt;/p&gt;</description><author>JohnSpurlock</author><pubDate>Sat, 22 Nov 2008 19:47:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: date error with Australian locale 20081122074703P</guid></item><item><title>Commented Issue: Memory Leak and Bug?</title><link>http://www.codeplex.com/spaceblock/WorkItem/View.aspx?WorkItemId=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: JohnSpurlock ** &lt;p&gt;Thanks for providing lots of detail on this - makes things easier. Does this happen all the time with this folder, or just in this case&amp;#63;  You are simply trying to list the folder, not uploading&amp;#47;downloading them all&amp;#63;&lt;/p&gt;&lt;p&gt;Right now, I have some folders with &amp;#126;20000 files, and they take &amp;#126;30 seconds to load, and not nearly the memory usage.  It would be interesting to know how many objects are in your folder.&lt;/p&gt;</description><author>JohnSpurlock</author><pubDate>Sat, 22 Nov 2008 19:44:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: Memory Leak and Bug? 20081122074451P</guid></item><item><title>Created Issue: Memory Leak and Bug?</title><link>http://www.codeplex.com/spaceblock/WorkItem/View.aspx?WorkItemId=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;</description><author>dotnetallday</author><pubDate>Sat, 22 Nov 2008 18:37:48 GMT</pubDate><guid isPermaLink="false">Created Issue: Memory Leak and Bug? 20081122063748P</guid></item><item><title>Created Issue: date error with Australian locale</title><link>http://www.codeplex.com/spaceblock/WorkItem/View.aspx?WorkItemId=3325</link><description>when opening properties with Australian settings I get this error&lt;br /&gt;&lt;br /&gt;String was not recognized as a valid DateTime.&lt;br /&gt;&lt;br /&gt;System.FormatException&amp;#58; String was not recognized as a valid DateTime.&lt;br /&gt;   at System.DateTimeParse.Parse&amp;#40;String s, DateTimeFormatInfo dtfi, DateTimeStyles styles&amp;#41;&lt;br /&gt;   at CodePlex.SpaceBlock.FS.LocalFileSystem.ComputeDateTimeString&amp;#40;DateTime datetime&amp;#41;&lt;br /&gt;   at CodePlex.SpaceBlock.FS.LocalFileSystem.GetMetadata&amp;#40;Path path&amp;#41;&lt;br /&gt;   at CodePlex.SpaceBlock.UI.Controls.Explore.PropertiesForm.&amp;#60;&amp;#62;c__DisplayClass4.&amp;#60;UpdateData&amp;#62;b__2&amp;#40;&amp;#41;&lt;br /&gt;   at CodePlex.SpaceBlock.UI.Controls.BaseForm.&amp;#60;&amp;#62;c__DisplayClass5.&amp;#60;InBackground&amp;#62;b__4&amp;#40;&amp;#41;&lt;br /&gt;</description><author>zacspitzer</author><pubDate>Wed, 19 Nov 2008 07:09:15 GMT</pubDate><guid isPermaLink="false">Created Issue: date error with Australian locale 20081119070915A</guid></item><item><title>Created Issue: S3 total folder size</title><link>http://www.codeplex.com/spaceblock/WorkItem/View.aspx?WorkItemId=3033</link><description>What would be nice is something that will calculate the total folder size, mainly for S3 &amp;#40;but could be useful for other drives too&amp;#41;.&lt;br /&gt;Also when you initiate a transfer for an entire folder, it displays a list of all the files that will be transferred - it would be useful to also display the total size in that window.&lt;br /&gt;</description><author>ghost_3k</author><pubDate>Sun, 02 Nov 2008 17:52:51 GMT</pubDate><guid isPermaLink="false">Created Issue: S3 total folder size 20081102055251P</guid></item><item><title>Created Issue: Error when creating folder on S3</title><link>http://www.codeplex.com/spaceblock/WorkItem/View.aspx?WorkItemId=2830</link><description>All other operations are working, i can upload or download files.&lt;br /&gt;But when i try to create new folder, i got&amp;#58;&lt;br /&gt;CodePlex.Resourceful.Amazon.S3.S3Exception&amp;#58; Access Denied&lt;br /&gt;   at CodePlex.Resourceful.Amazon.S3.S3Connection.InternalPutObject&amp;#40;String bucket, String key, NameValuePairs headers, Action&amp;#96;1 bytesTransferred, Fn&amp;#96;1 input, Boolean inputRerunnable, Int64 length&amp;#41;&lt;br /&gt;   at CodePlex.Resourceful.Amazon.S3.S3Connection.PutObjectAsBytes&amp;#40;String bucket, String key, NameValuePairs headers, Action&amp;#96;1 bytesTransferred, Byte&amp;#91;&amp;#93; bytes&amp;#41;&lt;br /&gt;   at CodePlex.SpaceBlock.FS.S3FileSystem.EnsureFolderExists&amp;#40;Path path&amp;#41;&lt;br /&gt;   at CodePlex.SpaceBlock.UI.Controls.Explore.BrowserControl.&amp;#60;BrowserControl_Load&amp;#62;b__21&amp;#40;Object , EventArgs &amp;#41;&lt;br /&gt;</description><author>arhimede</author><pubDate>Sun, 19 Oct 2008 17:50:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Error when creating folder on S3 20081019055023P</guid></item><item><title>Commented Feature: New mime type - text/javascript</title><link>http://www.codeplex.com/spaceblock/WorkItem/View.aspx?WorkItemId=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;Comments: ** Comment from web user: JohnSpurlock ** &lt;p&gt;Hi there - thanks for the heads up.   Latest version now has &amp;#34;text&amp;#47;javascript&amp;#34; in the static menu list - also added a menu option to provide a custom value if necessary.  You should see these changes next time you open the app.&lt;/p&gt;</description><author>JohnSpurlock</author><pubDate>Wed, 15 Oct 2008 23:41:40 GMT</pubDate><guid isPermaLink="false">Commented Feature: New mime type - text/javascript 20081015114140P</guid></item><item><title>Commented Feature: New mime type - text/javascript</title><link>http://www.codeplex.com/spaceblock/WorkItem/View.aspx?WorkItemId=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;Comments: Associated with changeset 12837.</description><author>JohnSpurlock</author><pubDate>Wed, 15 Oct 2008 23:38:46 GMT</pubDate><guid isPermaLink="false">Commented Feature: New mime type - text/javascript 20081015113846P</guid></item></channel></rss>