Where is the file "DistributionSummary.cs"?

I noticed that your source code does NOT have the file "DistributionSummary.cs" in the model directory or anywhere else? I downloded the other project you have, namely, "Affirma.CloudFront.AdminToo...

Id #16294 | Release: None | Updated: Feb 10 2010 at 10:50 AM by tvmogul | Created: Feb 10 2010 at 10:50 AM by tvmogul

StreamResponseToFile doesn't create new file

There is an issue using StreamResponseToFile. If a files exists, and if the existing local file contains more bytes than the file that is being downloaded, then the local file's contents will be re...

Id #14249 | Release: None | Updated: Sep 24 2009 at 3:55 PM by optimator | Created: Sep 24 2009 at 3:55 PM by optimator

Delete does not work with Mono < 2.4

A DELETE request to S3 always gets a "HTTP/1.1 204 No Content" statuscode as the response. In the method "ThrowIfErrors" the check for a valid response, only includes "OK" and "TemporaryRedirect" b...

Id #13998 | Release: None | Updated: Nov 27 2009 at 2:04 PM by gamitech | Created: Aug 30 2009 at 10:05 AM by kkenneth

Make Model members virtual

Make model members virtual, please. Without this, it is effectively impossible to mock the IThreeSharp, since I cannot mock the response objects. I am willing to contribute a patch to this if you g...

Id #13745 | Release: None | Updated: Jul 28 2009 at 3:59 PM by mattiasjex | Created: Jul 28 2009 at 3:58 PM by mattiasjex

Provide a default stream buffer size in ThreeSharpConfig

There is currently a hard-coded stream buffer size in ThreeSharpQuery to transfer 1024 bytes at a time which is way too small for some operations. It is easy enough to patch but this should be a pa...

Id #13674 | Release: None | Updated: Jul 20 2009 at 1:18 AM by Crenna | Created: Jul 20 2009 at 1:18 AM by Crenna

compilation error in sample code in Readme.txt

Hi. Thank you for ThreeSharp. I just wanted to point out a compilation error with the sample code included in the Readme.txt file. This line of code: using (ObjectGetResponse response = service...

Id #13646 | Release: None | Updated: Jul 13 2009 at 5:57 PM by icnocop | Created: Jul 13 2009 at 5:57 PM by icnocop

LoadStreamWithStream function doesn't work with a new MemoryStream object.

When using a new MemoryStream() to pass to "LoadStreamWithStream". You need to reset the position to zero or it starts at the end and doesn't read the data. Fixed code below... private HttpWebReq...

Id #13565 | Release: None | Updated: Jun 30 2009 at 1:13 AM by dvela1 | Created: Jun 30 2009 at 1:13 AM by dvela1

No method to convert ACLGetResponse to ACLPolicy

There currently exists no method to convert an ACLGetResponse into an ACLPolicy object. I propose adding this as a method on ACLGetResponse. I am currently implementing this functionality via ext...

Id #13361 | Release: None | Updated: May 28 2009 at 6:22 PM by BrandonHaynes | Created: May 28 2009 at 6:22 PM by BrandonHaynes

MaxKeys in BucketListRequest

It would be nice to have MaxKeys property within the BucketListRequest. (By defaults results are limited to 1000 items) Related S3 document: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/i...

Id #13131 | Release: None | Updated: Apr 28 2009 at 3:03 PM by Regent | Created: Apr 28 2009 at 3:03 PM by Regent

Half-open connections limit issue?

It seems like that under certain conditions some connections are not closed in a reasonable time and then XP SP2 10 half-open connection limit (as for note described here: http://www.phex.org/mambo...

Id #13120 | Release: None | Updated: Dec 4 2009 at 1:41 PM by gamitech | Created: Apr 27 2009 at 11:12 AM by Regent