itizawa %!s(int64=5) %!d(string=hai) anos
pai
achega
6f1f89e163
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      src/server/service/file-uploader/uploader.js

+ 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