diff --git a/frontend/src/lib/components/workspaceSettings/S3PermissionRulesEditor.svelte b/frontend/src/lib/components/workspaceSettings/S3PermissionRulesEditor.svelte
new file mode 100644
index 0000000000..d865756ff8
--- /dev/null
+++ b/frontend/src/lib/components/workspaceSettings/S3PermissionRulesEditor.svelte
@@ -0,0 +1,107 @@
+
+
+
+ The first rule whose pattern matches the path decides what is allowed — drag rules to reorder
+ them. A path matched by no rule is denied.
+
+ Standard Unix-style glob syntax is supported. The following will be interpolated:
+
+
{'{username}'} : Nickname of the user doing the request
+
{'{group}'} : Any group that the user belongs to
+
{'{folder_read}'} : Any folder that the user has read access to
+
{'{folder_write}'} : Any folder that the user has write access to
+
+
+ Note that changes may take up to 1 minute to propagate due to cache invalidation
+
+
+