Initial commit - mini cms final
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user