This repository was archived by the owner on Nov 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed
core/src/plugins/access.s3 Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ public function performChecks()
52
52
{
53
53
// Check CURL, OPENSSL & AWS LIBRARY
54
54
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. " );
56
55
}
57
56
58
57
/**
Original file line number Diff line number Diff line change 20
20
*/
21
21
$ mess =array (
22
22
"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. " ,
24
24
"Key " => "Key " ,
25
25
"S3 Api Key " => "S3 Api-Key " ,
26
26
"Secret Key " => "Secret-Key " ,
Original file line number Diff line number Diff line change 20
20
*/
21
21
$ mess =array (
22
22
"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. " ,
24
24
"Key " => "Key " ,
25
25
"S3 Api Key " => "S3 Api Key " ,
26
26
"Secret Key " => "Secret Key " ,
Original file line number Diff line number Diff line change 20
20
*/
21
21
$ mess =array (
22
22
"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). " ,
24
24
"Key " => "Clé " ,
25
25
"S3 Api Key " => "Clé d'API S3 " ,
26
26
"Secret Key " => "Clé secrète " ,
Original file line number Diff line number Diff line change 20
20
*/
21
21
$ mess =array (
22
22
"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. " ,
24
24
"Key " => "Chiave " ,
25
25
"S3 Api Key " => "Chiave API S3 " ,
26
26
"Secret Key " => "Chiave Segreta " ,
Original file line number Diff line number Diff line change 20
20
*/
21
21
$ mess =array (
22
22
"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. " ,
24
24
"Key " => "Chave " ,
25
25
"S3 Api Key " => "Chave API S3 " ,
26
26
"Secret Key " => "Chave Secreta " ,
You can’t perform that action at this time.
0 commit comments