|
Resources
Sample Code and Libraries
Amazon S3 Bucket Browser with DIME support in C#
No discussion has been created for this document.
|
|
|
Really Helpful, Mar 28, 2007 4:37 PM
Reviewer: robertjneal
This is a sweet little app that really helps show how to use DIME with S3. However the app settings are set up for 2Gb of data transfer, but only one minute timeout. If you have a problem with timeouts make sure you update the web.config and modify the timeout property of your instance of the AmazonS3 object. Also, I didn't have the Web Application Project installed which is required for this code sample. If you have unsupported project type errors in Visual Studio make sure you download this. Other than that I think this was a really well made code sample.
|
|
Notes on running under Vista, Oct 14, 2007 10:19 AM
Reviewer: donalvarez
If you are trying to run the sample under Vista, you need to use WSE 2 SP3 instead of SP2.
You will probably also want to create a new web project since the one in this sample is configured for IIS6 and Vista runs IIS7. Open the solution, ignore the errors, and add a new project to the solution (Visual C#/ASP.NET AJAX-Enabled Web Application, you must have the Microsoft ASP.NET AJAX etensions installed to be able to see that type of project template). Then copy main.css, main.js, the S3Browser files, and the images directory into the new project directory and add the files to your project. Do not copy the web.config file but do copy the appSettings section of the old web.config into your new web.config. Then remove the old web project from your solution, set the new project as your startup project and S3Browser.asp as your startup page and and you should be good to go.
|
|
Amazon S3 Bucket Browser with DIME support in C#, Jul 10, 2008 5:53 PM
Reviewer: shiping2008
That is helpful, but how about Java Client?
It would be grateful if you could provide any example or advices for java clients to upload/download using DIME . Please let me know via shipingChen2005@gmail.com. Thanks!
|
|
|
|
 |
|
|