Hi guys, I've started using libclound to script my backup to nine fold.
I got a possible bug, when I try to upload a file that is empty (no content, 0 bytes), it gives me: exception:AtmosError() - 1003: "The requested object was not found." However, I printout the body of response and I got: <Error> <Code>1002</Code> <Message>One or more arguments in the request was invalid.</Message> </Error> If I put any content in the file it works as usual. I'm here to ask help to fix the problem. 1 - How is the best way to try to write a test to this case? 2 - Where can I find a documentation of the Atmos protocol ? Because for me seems that our libcloud.storage.atmos is generating an invalid request for empty files, but I don't know what is a valid request. The fact of using "chunks" made a little bit confuse for me (a newbie in libcloud) to figure out what should be a proper request. [], Luciano Pacheco
