I have an application where I would like to upload alot of bytes that might be on many files, often 30-40 megabytes/set. I don't need this to be in a filesystem-like thing, I would rather have a flat namespace. I know how to do REST in C#, and would like to read and write large datasets, giving them arbitrary names, like a text GUID. I ...