• Resolved remong

    (@remong)


    After de-activating the polly plugin the settings previously saved are not all restored.

    1.setup the plugin with S3 creds & FRA for region; a FRA s3 bucket ‘A’ is made.
    2.generate some contents
    3.deactivate the plugin
    4.activate the plugin
    -behavior-
    -the plugin has the previous s3 creds
    -the plugin is defaulting to the US-East-1 region
    -a new s3 bucket ‘B’ is created in US-EAST-1

    -expected behavior-
    -the plugin has the previous s3 creds
    -the plugin remained to use the FRA region as set
    -the plugin would continue to use the previously created S3 bucket ‘A’

    Issue1: The plugin creates a -new- FRA s3 bucket ‘C’ at correction; making all previously generated content unreachable.
    Issue2: The pluging does not restore the original region setting at re-activate

    wp: 4.9.8
    php: 7.0.30
    WpPolly : 2.5.5

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter remong

    (@remong)

    Note; the bucket can be fixed by editing the amazon_polly_s3_bucket value in the wp_options MySQL database table.
    It would be nice if you could just set this anyway in the plugin.

    Plugin Contributor tstachlewski

    (@tstachlewski)

    Fixed in 2.5.7. Thanks @remong.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Region Setting default after re-activation – S3 buckets used shift’ is closed to new replies.