You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Adapters/Files/FilesAdapter.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ export class FilesAdapter {
26
26
/** Responsible for storing the file in order to be retrieved later by its filename
27
27
*
28
28
* @param {string} filename - the filename to save
29
-
* @param {Buffer|import('stream').Readable} data - the file data as a Buffer, or a Readable stream if the adapter supports streaming (see supportsStreaming)
29
+
* @param {Buffer|Readable} data - the file data as a Buffer, or a Readable stream if the adapter supports streaming (see supportsStreaming)
30
30
* @param {string} contentType - the supposed contentType
31
31
* @discussion the contentType can be undefined if the controller was not able to determine it
32
32
* @param {object} options - (Optional) options to be passed to file adapter (S3 File Adapter Only)
0 commit comments