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: packages/core/storage-js/src/packages/StorageFileApi.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,9 @@ export default class StorageFileApi {
236
236
* @param path The file path, including the file name. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
237
237
* @param token The token generated from `createSignedUploadUrl`
238
238
* @param fileBody The body of the file to be stored in the bucket.
239
-
* @param fileOptions Optional file upload options including cacheControl and contentType.
0 commit comments