We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7b2df commit dd35836Copy full SHA for dd35836
src/packages/StorageFileApi.ts
@@ -356,7 +356,7 @@ export default class StorageFileApi {
356
}
357
358
/**
359
- * Downloads a file.
+ * Downloads a file from a private bucket. For public buckets, make a request to the URL returned from `getPublicUrl` instead.
360
*
361
* @param path The full path and file name of the file to be downloaded. For example `folder/image.png`.
362
* @param options.transform Transform the asset before serving it to the client.
0 commit comments