Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Iain Poulson

    (@polevaultweb)

    You can define the bucket using the constant ‘AS3CF_BUCKET’ in your wp-config.php file

    Thread Starter abhisekd

    (@abhisekd)

    Hay.., Thank You very much… polevaultweb ,
    now the plugin able to fetch the bucket name automatically but files are not coping into S3 as the two feature “copy files to S3 ” and “Rewriting url” are disable, now have to enable this two feature, can you please assist me by saying where i have to make changes?

    Plugin Contributor Iain Poulson

    (@polevaultweb)

    You would need to automatically create the ‘tantan_wordpress_s3’ setting in the wp_options table, or use a filter to change the settings value (which is an array by the way) to make it return 1 for the setting keys ‘copy-to-s3’ and ‘serve-from-s3’

    Thread Starter abhisekd

    (@abhisekd)

    Thank You polevaultweb, the plugin is completely working now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not getting the bucket url’ is closed to new replies.