Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove objectstore credentials
S3: key and secret
Swift v3: user.name and user.password

Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Oct 26, 2019
commit 8e44e0134ade5cda3ffd55e890b5819314ae551f
10 changes: 9 additions & 1 deletion lib/private/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,15 @@ class SystemConfig {
'key' => true,
'secret' => true,
]
]
],
// S3
'key' => true,
'secret' => true,
// Swift v3
'user' => [
'name' => true,
'password' => true,
],
],
],
];
Expand Down