Currently, we have an optional RequestFactory that depends on MaybeUpload. Historically, this was done before we had a serious Request factory that was able to handle multi-part uploads.
Now that we have our own, do we need to keep that dependency?
I'd propose to remove it entirely.
Anybody against this?
I am +1, go for it. The fewer the dependencies, the better.