From 7acc43adc354b0e9d75d5803f0ff765d4cc5ea32 Mon Sep 17 00:00:00 2001 From: "aya.ben-mabrouk" Date: Sun, 2 Nov 2025 23:34:14 +0000 Subject: [PATCH] Actualiser forum-project/composer.json --- forum-project/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forum-project/composer.json b/forum-project/composer.json index 7f6d65b..5afa9e7 100755 --- a/forum-project/composer.json +++ b/forum-project/composer.json @@ -18,12 +18,12 @@ PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC die("Erreur de connexion à la base MySQL : " . $e->getMessage()); } -// 🔥 Import du SDK AWS (pour MinIO) + require_once __DIR__ . '/vendor/autoload.php'; use Aws\S3\S3Client; -// 🔧 Initialisation du client S3 pour MinIO + $s3Client = new S3Client([ 'version' => 'latest', 'region' => 'us-east-1',