|
Resources
Sample Code and Libraries
Amazon S3 Library for SOAP in C#
No discussion has been created for this document.
|
|
|
Missing Stuff, Feb 17, 2007 3:32 PM
Reviewer: thomasgoddard
There are missing examples in this. The example for PutObject is missing and this is a major pitfall. The release on this page also doesn't include a date, which would be great for determining if I have the latest examples or not.
The code comment in the S3 Explorer example that says "this example is worth exactly what you paid for it", is quite a stab at the developers. Don't you think it would be more professional to include a comment like: "this example sucks because I'm a bitter bean counter working at Amazon"?
|
|
If you are interested in running under Mono, Oct 16, 2007 7:44 AM
Reviewer: donalvarez
The S3 SOAP library is incompatible with Mono. The problem is that Amazon requires SOAP puts larger than 1MB to be done using DIME attachments. The DIME attachment requirement means that the S3 SOAP library requres a reference to the Microsoft.Web.Services2 dll (the dll that implements WSE 2.0, which is where DIME is defined in .NET). Mono neither supports nor plans to support WSE, so no S3 SOAP library under Mono. If anyone is interested in more details, the 1MB DIME requirement is described at http://developer.amazonwebservices.com/connect/ann.jspa?annID=144 and Mono's lack of WSE support is described at http://www.mono-project.com/WSE. The most recent developer discussion of DIME on Mono that I could find is at http://lists.ximian.com/pipermail/mono-list/2007-March/034692.html.
|
|
|
|
 |
|
|