ncm12
Forum Replies Created
-
thanks! that’s it.
Forum: Plugins
In reply to: [Advanced Media Offloader] Images not showing@masoudin Your provide solution works.
define(‘ADVMO_MINIO_DOMAIN’, ‘https://s3.wordpress.site’); is wrong!
Should be: https://storage.wordpress.site’
Thank you very much.
Forum: Plugins
In reply to: [Advanced Media Offloader] Images not showingThank you for the response. I guess you are right but i’m not able to fix this.
I simple followed the instructions on the plugin page.
How can i send you credentials or more info you could need to access this?
Forum: Plugins
In reply to: [Advanced Media Offloader] Images not showingHi 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…
Forum: Plugins
In reply to: [Advanced Media Offloader] Images not showingAlso if media is upload doesn’t showup. But it creates in the S3 bucket.