mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-14 20:18:00 +00:00
S3/Minio storage controller Support
This commit is contained in:
6
storage-controllers/s3/GuzzleHttp/functions_include.php
Normal file
6
storage-controllers/s3/GuzzleHttp/functions_include.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// Don't redefine the functions if included multiple times.
|
||||
if (!function_exists('GuzzleHttp\uri_template')) {
|
||||
require __DIR__ . '/functions.php';
|
||||
}
|
||||
Reference in New Issue
Block a user