Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 98b350f

Browse files
committed
Remove check for aws.phar file in the access.s3 directory. Fix #1257
1 parent bdf5bdc commit 98b350f

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

core/src/plugins/access.s3/S3AccessDriver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function performChecks()
5252
{
5353
// Check CURL, OPENSSL & AWS LIBRARY
5454
if(!extension_loaded("curl")) throw new \Exception("Cannot find php_curl extension!");
55-
if(!file_exists($this->getBaseDir()."/aws.phar")) throw new \Exception("Cannot find AWS PHP SDK v2. Make sure the aws.phar package is installed inside access.s3 plugin.");
5655
}
5756

5857
/**

core/src/plugins/access.s3/i18n/conf/de.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
$mess=array(
2222
"S3 (Amazon Web Service)" => "S3 (Amazon Web Service)",
23-
"Access an AWS server. Requires AWS-SDK v2 for PHP" => "Auf den AWS-Server zugreifen. Dafür ist ein AWS-SDK-Zugang (Version 2) für PHP nötig",
23+
"Access an AWS server. Requires AWS-SDK v2 for PHP" => "Auf den Amazon S3 zugreifen.",
2424
"Key" => "Key",
2525
"S3 Api Key" => "S3 Api-Key",
2626
"Secret Key" => "Secret-Key",

core/src/plugins/access.s3/i18n/conf/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
$mess=array(
2222
"S3 (Amazon Web Service)" => "S3 (Amazon Web Service)",
23-
"Access an AWS server. Requires AWS-SDK v2 for PHP" => "Access an AWS server. Requires AWS-SDK (Version 2) for PHP ",
23+
"Access an AWS server. Requires AWS-SDK v2 for PHP" => "Store documents in Amazon S3 object storage.",
2424
"Key" => "Key",
2525
"S3 Api Key" => "S3 Api Key",
2626
"Secret Key" => "Secret Key",

core/src/plugins/access.s3/i18n/conf/fr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
$mess=array(
2222
"S3 (Amazon Web Service)" => "S3 (Amazon Web Service)",
23-
"Access an AWS server. Requires AWS-SDK for PHP" => "Accéder à un serveur AWS. Nécessite AWS-SDK for PHP ",
23+
"Access an AWS server. Requires AWS-SDK for PHP" => "Stockage des documents dans Amazon S3 (stockage objet).",
2424
"Key" => "Clé",
2525
"S3 Api Key" => "Clé d'API S3",
2626
"Secret Key" => "Clé secrète",

core/src/plugins/access.s3/i18n/conf/it.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
$mess=array(
2222
"S3 (Amazon Web Service)" => "S3 (Amazon Web Service)",
23-
"Access an AWS server. Requires AWS-SDK for PHP" => "Accedi ad un server AWS. Richiede l'AWS-SDK per PHP ",
23+
"Access an AWS server. Requires AWS-SDK for PHP" => "Accedi ad Amazon S3 Object Storage.",
2424
"Key" => "Chiave",
2525
"S3 Api Key" => "Chiave API S3",
2626
"Secret Key" => "Chiave Segreta",

core/src/plugins/access.s3/i18n/conf/pt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
$mess=array(
2222
"S3 (Amazon Web Service)" => "S3 (Serviço Amazon Web)",
23-
"Access an AWS server. Requires AWS-SDK for PHP" => "Aceder a um servidor AWS. Requer 'AWS-SDK' para o PHP ",
23+
"Access an AWS server. Requires AWS-SDK for PHP" => "Aceder a Amazon S3 Object Storage.",
2424
"Key" => "Chave",
2525
"S3 Api Key" => "Chave API S3",
2626
"Secret Key" => "Chave Secreta",

0 commit comments

Comments
 (0)