• Hi, I try to use custom provider but not working, please help me, is my setting on wp-config is that true? or I need to add something else?

    define( ‘AS3CF_SETTINGS’, serialize( array(
    ‘provider’ => ‘aws’,
    ‘access-key-id’ => ‘*****’,
    ‘secret-access-key’ => ‘
    ‘*****‘,
    ‘bucket’ => ‘my-bucket-name’,
    ‘region’ => ‘is-reg-1’,
    ‘enable-delivery-domain’ => true,
    ‘delivery-domain’ => ‘s3.anothercdn.com’,
    ‘delivery-provider’ => ‘other’,
    ) ) );

    thanks for your expertise

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘custom provider not working’ is closed to new replies.