diff --git a/app/views/console/storage/bucket.phtml b/app/views/console/storage/bucket.phtml index 274d81818e..5445b3c56d 100644 --- a/app/views/console/storage/bucket.phtml +++ b/app/views/console/storage/bucket.phtml @@ -423,17 +423,8 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);
With File Level permissions, you have granular access control over every file. Users will only be able to access files for which they have explicit permissions.
-In this permission level file permissions take precedence and bucket permissions are ignored.
-With Bucket Level permissions, you assign permissions only once in the bucket.
In this permission level permissions assigned to bucket takes the precedence and file permissions are ignored
@@ -450,6 +441,15 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0);With File Level permissions, you have granular access control over every file. Users will only be able to access files for which they have explicit permissions.
+In this permission level file permissions take precedence and bucket permissions are ignored.
+