14 lines
359 B (Stored with Git LFS)
PHP
14 lines
359 B (Stored with Git LFS)
PHP
|
|
<?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_', '');
|
|
?>
|
|
|