mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
ftp setup added
This commit is contained in:
@@ -35,7 +35,7 @@ class TestS3ConnectionAction
|
||||
abort(
|
||||
response()->json([
|
||||
'type' => 's3-connection-error',
|
||||
'title' => 'S3 Connection Error',
|
||||
'title' => 'S3 Connection Error - Wrong Credentials or Not Permitted',
|
||||
'message' => $error->getMessage(),
|
||||
], 401)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user