Closed mguterl closed 10 years ago
Thanks for the PR. I think the config file makes it pretty explanatory which options need to be set but it doesn't hurt to have a meaningful error message like this available. I cleaned up the code a bit before merging, hope you approve. Cheers!
I was receiving the following error when accessing /source_files and it took me a few minutes to realize I was missing some configuration options.
This pull request does some assertions to ensure that the configuration options are set prior to calculating the upload signature. A better solution might validate this information when the yaml file is read, but it seems like that was a much larger change to put in place.