This is as much for my own future reference as anything, but I stumbled on this today and thought it might be of interest to others as well. ThreeSharp is an open source C# library for interacting with Amazon’s S3 (Simple Storage Service). Anyone have any experience with this? Thoughts?
ThreeSharp: a C# library for Amazon S3

ThreeSharp uses the most logical object model of any C# library that works with the S3 web service. It’s pretty solid — much better than the sample code that Amazon provides. The major improvements over the sample code are multi-threading, statistics, and a superior object model.
Awesome…that’s great feedback. Thanks Timothy.