diff --git a/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte b/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte index 39f96ba51..992530e33 100644 --- a/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte +++ b/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte @@ -73,7 +73,24 @@ {#if $file}
- {$file.name} + +
+ {$file.name} +
+
+
+
+
+

{$file.name}

@@ -110,7 +127,7 @@

If you want to assign permissions specific to this file, you will need to - update your Bucket Settings to enable File Level + update your Bucket Settings to enable File Level permissions.