ftp setup added

This commit is contained in:
Čarodej
2022-04-12 10:43:23 +02:00
parent e71810a9bb
commit 8df7794484
13 changed files with 203 additions and 80 deletions

View File

@@ -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)
);