Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/routes/docs/advanced/self-hosting/storage/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Appwrite's Storage Service can be configured to store files locally, or with sel
By default, Appwrite's Storage Service **stores files on your server's local storage**.
If you expect large volumes of data or the need to have scalable data storage, you may choose to use a separate storage service.

# Available adpters {% #adapters %}
# Available adapters {% #available-adapters %}
Appwrite supports AWS S3, Digital Ocean Spaces, Backblaze, Akamai Object Storage, and Wasabi as storage adapters.
Some of these services can be self-hosted, just like Appwrite.

Expand All @@ -18,7 +18,7 @@ You can select which storage adapter to use by setting the `_APP_STORAGE_DEVICE`
Learn more about storage environment variables
{% /arrow_link %}

# Maximum file size {% #adapters %}
# Maximum file size {% #maximum-file-size %}

The maximum size for a single file upload is controlled by the `_APP_STORAGE_LIMIT` environment variable, which defaults to 30 MB.
[Learn more about environment variables](/docs/advanced/self-hosting/environment-variables).
Expand Down