Skip to content
Snippets Groups Projects
Commit d0507413 authored by Anthony Borghi's avatar Anthony Borghi
Browse files

Retouche des properties pour la nouvelle version de S3

fileSystem : 
default fs (système local)
s3 (ws_data sur s3)
parent fe3c85e4
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,8 @@ $properties["notifierDeploymentName"] = "test"; ...@@ -48,7 +48,8 @@ $properties["notifierDeploymentName"] = "test";
$properties["notifierAccessKeyAccount"] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; $properties["notifierAccessKeyAccount"] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
$properties["notifierSecretKeyAccount"] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; $properties["notifierSecretKeyAccount"] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
// utilisation de s3 pour remplacer le système de Fichier // utilisation de s3 pour remplacer le système de Fichier
$properties['fileS3Uploader'] = false; $properties['filesystem'] = "fs"; // s3
$properties['AWSCredentialsFilePath'] = ""; // .../.aws/credentials
$properties["fileS3UploaderProfil"] = ""; $properties["fileS3UploaderProfil"] = "";
$properties["fileS3UploaderBucket"] = ""; $properties["fileS3UploaderBucket"] = "";
$properties['fileS3UploaderRegion'] = ""; $properties['fileS3UploaderRegion'] = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment