Closed skhro87 closed 1 year ago
Hi, If I recall correctly (it's been quite a long time since), we had to change the upload paths at some point. The 6.x versions are not necessarily backwards compatible with the 1.x versions (that's one of the reasons why we changed the version scheme). Not sure how you may migrate your images in your buckets, it may be quite difficult.
Cleaning up old issues, feel free to reopen if it's still present with the latest releases
1.1
of tc_aws to new version6.2.15
404
response from AWS.SECURITY_KEY
and configThe URLs look like this: old:
<old_host>/bbvBYK06cBbtxDxWoA3RqrlJHQ8=/50x50/8afd08cb72f146feb704b0506358937e/company_104259_logo_image_url.png
new:<new_host>/bbvBYK06cBbtxDxWoA3RqrlJHQ8=/50x50/8afd08cb72f146feb704b0506358937e/company_104259_logo_image_url.png
The strange thing is (I hope I can explain this clearly): When we upload to the servers, and get a link like
<host>/<hash1>/<size>/<hash2>/<filename>
In the new server, we can findhash2
in our S3 bucket after uploading a new image. In the old server, we can't findhash2
in our S3 bucket after uploading a new image.Hence we suspect that the old server somehow converts
<hash2>
when uploading/retrieving, and the new version doesn't. That would explain why we can't load the old images with the new server. However we can't find a setting for this.Stacktrace
Versions
Old:
1.1
New:6.2.15
Configuration
Configurations of old and new server are identical:
Any help would be greatly appreciated.