From 5ef23e32c2abcfe7e38c40183cc14fd11ac10d85 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 31 Jan 2022 12:35:15 +0545 Subject: [PATCH] switch default permission to bucket level --- app/views/console/storage/bucket.phtml | 22 +++++++++++----------- app/views/console/storage/index.phtml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) 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);
-
-
- File Level -

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.

-
-
- -
-
-
+
+
Bucket Level

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);
+
+
+
+ File Level +

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.

+
+
+
diff --git a/app/views/console/storage/index.phtml b/app/views/console/storage/index.phtml index 41b6bfde27..654b9318ab 100644 --- a/app/views/console/storage/index.phtml +++ b/app/views/console/storage/index.phtml @@ -109,7 +109,7 @@ - +