weizhuus
Forum Replies Created
-
I am having the same issue. After edit, the new versions are stored at local instead of uploaded to S3. By the way, S3 will overwrite the same file if vesioning is not enabled.
Any fix planned?
@tracibunkers, for the thumbnail, I think the issue is that the new url is not in the post it self. It stores somewhere else. So the replace url in the post won’t fix those thumbnail url. I think you need to replace those by a straight sql. I will dig a bit more if I need to resolve the issue myself.
Here is the option in db
select * from wp_options where option_name = ‘tantan_wordpress_s3’;
I can update the option_value with other value for ‘object-prefix’
a:5:{s:6:”bucket”;s:8:”mybucket”;s:10:”cloudfront”;s:0:””;s:13:”object-prefix”;s:6:”mypath”;s:10:”copy-to-s3″;s:1:”1″;s:13:”serve-from-s3″;s:1:”1″;}
but make sure change the value after s: to match the length of the object-prefix, otherwise the deserialization fails. a bit tricky but I got it work
I am going through the same process now. Any way to solve the thumbnail issue?