Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15336160
D21043.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D21043.diff
View Options
diff --git a/src/upload/ArcanistFileUploader.php b/src/upload/ArcanistFileUploader.php
--- a/src/upload/ArcanistFileUploader.php
+++ b/src/upload/ArcanistFileUploader.php
@@ -5,7 +5,7 @@
*
* // Create a new uploader.
* $uploader = id(new ArcanistFileUploader())
- * ->setConduitClient($conduit);
+ * ->setConduitEngine($conduit);
*
* // Queue one or more files to be uploaded.
* $file = id(new ArcanistFileDataRef())
@@ -77,7 +77,7 @@
* Upload files to the server.
*
* This transfers all files which have been queued with @{method:addFiles}
- * over the Conduit link configured with @{method:setConduitClient}.
+ * over the Conduit link configured with @{method:setConduitEngine}.
*
* This method returns a map of all file data references. If references were
* added with an explicit key when @{method:addFile} was called, the key is
diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -2742,7 +2742,7 @@
}
$uploader = id(new ArcanistFileUploader())
- ->setConduitClient($this->getConduit());
+ ->setConduitEngine($this->getConduitEngine());
foreach ($need_upload as $key => $spec) {
$ref = id(new ArcanistFileDataRef())
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 9, 6:19 PM (2 d, 28 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7390514
Default Alt Text
D21043.diff (1 KB)
Attached To
Mode
D21043: Switch file uploader in "arc diff" to use ConduitEngine
Attached
Detach File
Event Timeline
Log In to Comment