Feature/request logging #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/request-logging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
uploadandurl-fetchingrequestsrequest.files['file']to dot notation:request.files.fileCloses honeinc/node-storehouse#1
Close, couple questions/revisions:
fs.statcalls that I didn't remove. (I was originally passing the uploaded-file size into the emit object and was usingfsto get that. And then I realized that it's always going to be0, of course, since the file hasn't actually been received by the app and written to the file system by that point. Forgot to remove 'em.)Fixed. Removed these
fs.statcalls in09a52d6Also removed unnecessary mimetype calls in36cc7dd1bd413cd7ce91cd7ce91cFinally, I beautified storehouse, cli, and code examples in README:
f38fa93Looks good. I'll publish to npm. Could you then look into upgrading files-02?
Will do.
Actually, I found some in-progress changes on my local machine that clean up the code, but they also change how signatures are calculated (to make it more deterministic, based on key ordering), which means our client code will have to change.
We'll need to think about how to deploy this to files-02.
I'm going to add a task to the monthly goals to get this deployed, but we'll need to talk about it and implement it next week or something.
Sounds good to me.