Hi,
I am using AmazonS3 to store files. While uploading, the ACL of the file
is set as Private so that the file is not viewable by giving a url like
this :https://bucketname.s3.amazonaws.com/fileN...
Id #23642 | Release:
None
| Updated: Feb 14 at 6:23 PM by suryacd | Created: Nov 22, 2012 at 6:18 AM by suryacd
Hi,
In AmazonS3, a file can be accessed by giving the url like https://bucketname.s3.amazonaws.com/fileName.
Is there any way to restrict this so that only a logged in user is able to
view the f...
Id #23641 | Release:
None
| Updated: Feb 14 at 6:23 PM by suryacd | Created: Nov 22, 2012 at 5:08 AM by suryacd
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 14 at 6:23 PM by tvmogul | Created: Feb 10, 2010 at 10:50 AM by tvmogul
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: Feb 14 at 6:23 PM by optimator | Created: Sep 24, 2009 at 3:55 PM by optimator
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: Feb 14 at 6:23 PM by gamitech | Created: Aug 30, 2009 at 10:05 AM by kkenneth
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: Feb 14 at 6:23 PM by mattiasjex | Created: Jul 28, 2009 at 3:58 PM by mattiasjex
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: Feb 14 at 6:23 PM by Crenna | Created: Jul 20, 2009 at 1:18 AM by Crenna
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 = servi...
Id #13646 | Release:
None
| Updated: Feb 14 at 6:23 PM by icnocop | Created: Jul 13, 2009 at 5:57 PM by icnocop
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 HttpWebR...
Id #13565 | Release:
None
| Updated: Feb 14 at 6:23 PM by dvela1 | Created: Jun 30, 2009 at 1:13 AM by dvela1
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 ex...
Id #13361 | Release:
None
| Updated: Feb 14 at 6:23 PM by BrandonHaynes | Created: May 28, 2009 at 6:22 PM by BrandonHaynes