1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

Fix incorrect storage links

This commit is contained in:
Steven 2022-07-26 23:16:32 +00:00
parent 0bf39bd152
commit f5514c4fea
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Create a new file. Before using this route, you should create a new bucket resource using either a [server integration](/docs/server/database#storageCreateBucket) API or directly from your Appwrite console. Create a new file. Before using this route, you should create a new bucket resource using either a [server integration](/docs/server/storage#storageCreateBucket) API or directly from your Appwrite console.
Larger files should be uploaded using multiple requests with the [content-range](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Range) header to send a partial request with a maximum supported chunk of `5MB`. The `content-range` header values should always be in bytes. Larger files should be uploaded using multiple requests with the [content-range](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Range) header to send a partial request with a maximum supported chunk of `5MB`. The `content-range` header values should always be in bytes.

View file

@ -4745,7 +4745,7 @@
* *
* Create a new file. Before using this route, you should create a new bucket * Create a new file. Before using this route, you should create a new bucket
* resource using either a [server * resource using either a [server
* integration](/docs/server/database#storageCreateBucket) API or directly * integration](/docs/server/storage#storageCreateBucket) API or directly
* from your Appwrite console. * from your Appwrite console.
* *
* Larger files should be uploaded using multiple requests with the * Larger files should be uploaded using multiple requests with the