summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/SystemConfig.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php
index 444e5842437..6cd2ef54dc3 100644
--- a/lib/private/SystemConfig.php
+++ b/lib/private/SystemConfig.php
@@ -70,7 +70,15 @@ class SystemConfig {
'key' => true,
'secret' => true,
]
- ]
+ ],
+ // S3
+ 'key' => true,
+ 'secret' => true,
+ // Swift v3
+ 'user' => [
+ 'name' => true,
+ 'password' => true,
+ ],
],
],
];