wp-config.php
Копировать в буфер обмена
define('FLUENT_COMMUNITY_CLOUD_STORAGE_ENDPOINT', '__________________');
define('FLUENT_COMMUNITY_CLOUD_STORAGE', 'amazon_s3');
define('FLUENT_COMMUNITY_CLOUD_STORAGE_REGION', ''); // change with your region. If it's global just remove this line or keep it empty
define('FLUENT_COMMUNITY_CLOUD_STORAGE_ACCESS_KEY', '____________________');
define('FLUENT_COMMUNITY_CLOUD_STORAGE_SECRET_KEY', '________________________');
define('FLUENT_COMMUNITY_CLOUD_STORAGE_BUCKET', '___________________'); // change with your bucket name
define('FLUENT_COMMUNITY_CLOUD_STORAGE_SUB_FOLDER', ''); // optional. If you want to store the files in a subfolder of that bucket
