From ab06570a500cadc0fe5a22cb8b7c98e9779e40ce Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 1 Jul 2022 11:29:25 -0500 Subject: [PATCH] docs(storage): fix link to databases page --- docs/services/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/storage.md b/docs/services/storage.md index 02f1ff430c..54df77891c 100644 --- a/docs/services/storage.md +++ b/docs/services/storage.md @@ -1,6 +1,6 @@ The Storage service allows you to manage your project files. Using the Storage service, you can upload, view, download, and query all your project files. -Files are managed using buckets. Storage buckets are similar to Collections we have in our [Database](/docs/database) service. The difference is, buckets also provide more power to decide what kinds of files, what sizes you want to allow in that bucket, whether or not to encrypt the files, scan with antivirus and more. +Files are managed using buckets. Storage buckets are similar to Collections we have in our [Databases](/docs/databases) service. The difference is, buckets also provide more power to decide what kinds of files, what sizes you want to allow in that bucket, whether or not to encrypt the files, scan with antivirus and more. Using Appwrite permissions architecture, you can assign read or write access to each bucket or file in your project for either a specific user, team, user role, or even grant it with public access (`role:all`). You can learn more about [how Appwrite handles permissions and access control](/docs/permissions).