Skip to content

Commit

Permalink
docs: run docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Dec 14, 2023
1 parent 0e0bc8a commit 07302f8
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions packages/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,19 @@ Upload a file.

#### UploadFileOptions

| Prop | Type | Description | Since |
| ---------- | ------------------- | --------------------------------------------------------------------- | ----- |
| **`blob`** | <code>Blob</code> | The data to upload. Only available for Web. | 5.3.0 |
| **`path`** | <code>string</code> | The full path where data should be uploaded, including the file name. | 5.3.0 |
| **`uri`** | <code>string</code> | The uri to the file to upload. Only available for Android and iOS. | 5.3.0 |
| Prop | Type | Description | Since |
| -------------- | --------------------------------------------------------- | --------------------------------------------------------------------- | ----- |
| **`blob`** | <code>Blob</code> | The data to upload. Only available for Web. | 5.3.0 |
| **`path`** | <code>string</code> | The full path where data should be uploaded, including the file name. | 5.3.0 |
| **`uri`** | <code>string</code> | The uri to the file to upload. Only available for Android and iOS. | 5.3.0 |
| **`metadata`** | <code><a href="#uploadmetadata">UploadMetadata</a></code> | The metadata to set for the file. | 5.4.0 |


#### UploadMetadata

| Prop | Type | Description | Since |
| ------------- | ------------------- | ---------------------------------------------------------------- | ----- |
| **`md5Hash`** | <code>string</code> | The base64-encoded MD5 hash of the file. Only available for Web. | 5.4.0 |


#### UploadFileCallbackEvent
Expand Down

0 comments on commit 07302f8

Please sign in to comment.