Initial commit - mini cms final

This commit is contained in:
Aya Tess tess
2025-11-03 21:53:58 +01:00
parent a366336dc1
commit a01f620ef9
14 changed files with 422 additions and 197 deletions

View File

@@ -1,7 +1,7 @@
<?php
require_once __DIR__ . '/config.php'; // doit définir $s3Client et $bucketName
// crée un petit fichier temporaire
$tmp = '/tmp/test_minio_upload_'.time().'.txt';
file_put_contents($tmp, "test upload ".time());