2
0
itizawa 5 жил өмнө
parent
commit
6f1f89e163

+ 11 - 0
src/server/service/file-uploader/uploader.js

@@ -61,6 +61,17 @@ class Uploader {
     return false;
   }
 
+  /**
+   * Whether to redirect to an external signed url.
+   */
+  isReferSignedUrl() {
+    return false;
+  }
+
+  issueSignedUrl() {
+    throw new Error('Implement this');
+  }
+
   /**
    * Respond to the HTTP request.
    * @param {Response} res