-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is possible use same url after upgrade? #106
Comments
You can still use Thumbor even with the new version. |
when i try old URL i did see error message how fix it? |
@taaum Are you trying to use the Thumbor request style for images located within subfolders of your S3 bucket? If so, that will probably throw the NoSuchKey error. |
so how do you access images in a subfolder in a bucket? |
@calvinmuller Accessing images in subfolders isn't currently available via the Thumbor mappings; however, it's fully supported using the encoded request format. We've added this to our backlog though as we continue to iterate on those mappings based on your feedback! |
thank you @hayesry for your response. |
Hi @taaum Can you explain how to do this please? |
We have updated our solution, and I believe your issue has been fixed. If you still see the issue with the latest version (v4.2), please feel free to reopen the issue. You can refer to the recent changes here |
Can i keep url after upgrade?
because I use on the fly image that means difficult for change URL.
and I have a problem for png image on an old version.
resource:
https://s3.us-west-1.amazonaws.com/{bucket}/12086e0462c894187cf486fc291e0d58/images/6QmC2RGapclKtXVOdOD2js.png
previous version for call original size
https://d3hp6asodlj1k9.cloudfront.net/12086e0462c894187cf486fc291e0d58/images/6QmC2RGapclKtXVOdOD2js.png
after upgrade
https://d3hp6asodlj1k9.cloudfront.net/eyJidWNrZXQiOiJhc3NldHMyLnNpbmd1bGFyLmxpdmUiLCJrZXkiOiIxMjA4NmUwNDYyYzg5NDE4N2NmNDg2ZmMyOTFlMGQ1OC9pbWFnZXMvNlFtQzJSR2FwY2xLdFhWT2RPRDJqcy5wbmcifQ==
for use fit-in on the previous version
https://d3hp6asodlj1k9.cloudfront.net/fit-in/150x150/12086e0462c894187cf486fc291e0d58/images/6QmC2RGapclKtXVOdOD2js.png
after upgrade
https://d3hp6asodlj1k9.cloudfront.net/eyJidWNrZXQiOiJhc3NldHMyLnNpbmd1bGFyLmxpdmUiLCJrZXkiOiIxMjA4NmUwNDYyYzg5NDE4N2NmNDg2ZmMyOTFlMGQ1OC9pbWFnZXMvNlFtQzJSR2FwY2xLdFhWT2RPRDJqcy5wbmciLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE1MCwiaGVpZ2h0IjoxNTAsImZpdCI6Imluc2lkZSJ9fX0=
The text was updated successfully, but these errors were encountered: