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/lib/storage/StorageApi.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ export class StorageApi {
100
100
/**
101
101
* Uploads a file to an existing bucket.
102
102
*
103
-
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder`. The bucket already exist before attempting to upload.
103
+
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
104
104
* @param file The File object to be stored in the bucket.
105
105
* @param fileOptions HTTP headers. For example `cacheControl`
0 commit comments