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
@@ -32,7 +32,7 @@ export class FilesAdapter {
32
32
* @param {object} options - (Optional) options to be passed to file adapter (S3 File Adapter Only)
33
33
* - tags: object containing key value pairs that will be stored with file
34
34
* - metadata: object containing key value pairs that will be stored with file (https://docs.aws.amazon.com/AmazonS3/latest/user-guide/add-object-metadata.html)
35
-
* @discussion options are not supported by all file adapters. Check the your adapter's documentation for compatibility
35
+
* @discussion options are not supported by all file adapters. Check the your adapter's documentation for compatibility
36
36
* @param {Config} config -(Optional) server configuration
37
37
* @discussion config is not supported by all file adapters. Check the your adapter's documentation for compatibility
0 commit comments