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

Renvoi des properties pour file_manager

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