diff --git a/app/views/console/storage/bucket.phtml b/app/views/console/storage/bucket.phtml index 20f9c774ad..cac305e880 100644 --- a/app/views/console/storage/bucket.phtml +++ b/app/views/console/storage/bucket.phtml @@ -421,7 +421,8 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);
File permission take effect instead of bucket permission
+With File Level permissions, you have granular access control over every file, and users will only be able to access files for which they have explicit permissions.
+File permissions are required in this permission model.
Bucket permissions override the file permissions
+With Bucket Level permissions, you assign permissions once for every files in the bucket - users with read access to the bucket can see all files.
+Bucket permissions are required in this permission model, and file permissions are optional.
+