Unit Testing using files from Amazon S3 in C# 05 Apr 2013 2 min read unit testing Using actual files is not an ideal solution for unit testing. You should have some sort of interface that duplicates what's in a file. Unfortunately, the current solution I'm