From bbe300fb2f14e09413f88cb8c26523b980c8bf33 Mon Sep 17 00:00:00 2001 From: ralf Date: Sat, 18 Nov 2023 10:00:09 +0200 Subject: [PATCH] refactored S3 config into an own class and remounting backups automatic to s3direct stream-wrapper --- filemanager/inc/class.filemanager_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/inc/class.filemanager_hooks.inc.php b/filemanager/inc/class.filemanager_hooks.inc.php index dbc3cafac1..f8ff748af3 100644 --- a/filemanager/inc/class.filemanager_hooks.inc.php +++ b/filemanager/inc/class.filemanager_hooks.inc.php @@ -104,7 +104,7 @@ class filemanager_hooks if (!empty($GLOBALS['egw_info']['user']['apps']['stylite'])) { $file['Sharing'] = Egw::link('/index.php', 'menuaction=filemanager.filemanager_shares.index&admin=true&ajax=true'); - $file['S3 configuration'] = Egw::link('/index.php', 'menuaction=stylite.'.EGroupware\Stylite\Vfs\S3\StreamWrapper::class.'.config&ajax=true'); + $file['S3 configuration'] = Egw::link('/index.php', 'menuaction=stylite.'.EGroupware\Stylite\Vfs\S3\Config::class.'.config&ajax=true'); } if ($location == 'admin') {