Hi there Masoud. Thank you for the prompt reply.
This is what i use in wp-config.php:
define(‘ADVMO_MINIO_KEY’, ‘mykey’);
define(‘ADVMO_MINIO_SECRET’, ‘mysecret’);
define(‘ADVMO_MINIO_BUCKET’, ‘wordpress.bucket’);
define(‘ADVMO_MINIO_DOMAIN’, ‘https://s3.wordpress.site’);
define(‘ADVMO_MINIO_ENDPOINT’, ‘https://storage.wordpress.site’);
define(‘ADVMO_MINIO_REGION’, ‘us-east-1’);
BTW I’m using Minio selfhosted.
Update: I had paste it wrong. Now I’ve paste the actual settings in config file.
When i go into the library and into an image, i can see the path to the image like https://s3.wordpress.site/wordpress.bucket/2024/12/11103114/imge.jpg. But if i click the Minio website opens to login…
-
This reply was modified 2 months, 3 weeks ago by ncm12.
-
This reply was modified 2 months, 3 weeks ago by ncm12.
-
This reply was modified 2 months, 3 weeks ago by ncm12.