diff --git a/app/views/docs/storage.phtml b/app/views/docs/storage.phtml index 916913647..b8d46c374 100644 --- a/app/views/docs/storage.phtml +++ b/app/views/docs/storage.phtml @@ -13,7 +13,7 @@
The Storage Service allows you to configure permissions at both the bucket level and the file level. When a user has the appropriate type of access permissions granted at **either** the bucket or the file level, they will be able to access the file. If the permission field is left empty, no one can access the file.
+The Storage Service allows you to configure permissions at both the bucket level and the file level. When a user has the appropriate type of access permissions granted at either the bucket or the file level, they will be able to access the file. If the permission field is left empty, no one can access the file.
File level permissions grant access to individual files. File level permissions are only enabled if File Security is enabled in the settings of your bucket. @@ -57,9 +57,9 @@
After you create a bucket or have navigated to bucket details, you can access the `Files` tab so you can upload, view, delete and update files in the bucket using the Appwrite project's dashboard. You can also perform all those operations from Appwrite's client SDK, server SDKs, and REST APIs as long as you have the proper permission.
+After you create a bucket or have navigated to bucket details, you can access the Files tab so you can upload, view, delete and update files in the bucket using the Appwrite project's dashboard. You can also perform all those operations from Appwrite's client SDK, server SDKs, and REST APIs as long as you have the proper permission.
-When you are in the `Files` tab, you can click Add File and select a file to upload. If the bucket is configured to accept the file type and size you are uploading, your file will be uploaded, and you will see the file in the list of files. +
When you are in the Files tab, you can click Add File and select a file to upload. If the bucket is configured to accept the file type and size you are uploading, your file will be uploaded, and you will see the file in the list of files.
You can also upload files programmatically using our SDKs