• Resolved lutek

    (@lutek)


    pleease add use_path_style_endpoint in getClient()

    'use_path_style_endpoint' => defined("ADVMO_MINIO_PATH_STYLE_ENDPOINT") ? ADVMO_MINIO_PATH_STYLE_ENDPOINT : false,

    current settings dosen’t work:
    ADVMO_MINIO_KEY=minioadmin
    ADVMO_MINIO_SECRET=minioadmin
    ADVMO_MINIO_ENDPOINT=http://minio:9000
    ADVMO_MINIO_BUCKET=wordpress
    ADVMO_MINIO_DOMAIN=http://wordpress.local:9000
    ADVMO_MINIO_REGION=us-east-1

    plugin using subdomain as endpoint url:

    web-1 | [02-Dec-2024 12:41:54 UTC] Advanced Media Offloader: Error checking connection to S3: Error executing “HeadBucket” on “http://wordpress.minio:9000/”; AWS HTTP error: cURL error 6: Could not resolve host: wordpress.minio (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://wordpress.minio:9000/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Minio use_path_style_endpoint’ is closed to new replies.