• Hey,

    I could be off on this but I noticed that the assumed URL in the plugin is BUCKET. s3.amazonaws.com and it’s now actually reversed. Also, it’s https. Here’s the updated line:

    $data[‘baseurl’] = ‘https://s3.amazonaws.com/’ . trim(str_replace(‘//’, ‘/’, get_option(‘wpro-aws-bucket’) . trim(get_option(‘wpro-folder’))), ‘/’);

    Just tested it out and works for me. Again, I’m quite new to this service so I could have just missed a configuration.

    just fyi

    http://wordpress.org/extend/plugins/wpro/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘s3 URL has changed’ is closed to new replies.