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/packages/StorageFileApi.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -397,7 +397,7 @@ export default class StorageFileApi {
397
397
}
398
398
399
399
/**
400
-
* Retrieves the URL for an asset in a public bucket.
400
+
* A simple convenience function to get the URL for an asset in a public bucket. If you do not want to use this function, you can construct the public URL by concatenating the bucket URL with the path to the asset.
401
401
* This function does not verify if the bucket is public. If a public URL is created for a bucket which is not public, you will not be able to download the asset.
402
402
*
403
403
* @param path The path and name of the file to generate the public URL for. For example `folder/image.png`.
0 commit comments