let uploadMultipartCompleteStubConditions = isScheme(Constants.uploadURL.scheme!) &&
            isHost(Constants.uploadURL.host!) &&
            isPath("/multipart/complete") &&
            isMethodPOST()