1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-04 19:14:41 +00:00

uwuzu v1.5.0 Combeny

This commit is contained in:
Daichimarukana
2025-05-03 23:17:23 +09:00
parent 579d8de18d
commit 7c328d03f5
66 changed files with 6498 additions and 3152 deletions
@@ -0,0 +1,14 @@
<?php // S3の設定
define('AMS3_CHKS', ''); // trueならオブジェクトストレージが有効
define('AMS3_BASE_URLS', '');
define('AMS3_BUCKET_NM', '');
define('AMS3_PREFIX_NM', '');
define('AMS3_ENDPOINTS', '');
define('AMS3_REGION_NM', '');
define('AMS3_ACCESSKEY', '');
define('AMS3_SECRETKEY', '');
define('AMS3_IS_S3FPS_', '');
?>