Skip to content
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

allow image manipulation on presigned urls #104

Closed
nunopato opened this issue Jul 25, 2022 · 6 comments · Fixed by #152
Closed

allow image manipulation on presigned urls #104

nunopato opened this issue Jul 25, 2022 · 6 comments · Fixed by #152

Comments

@nunopato
Copy link
Contributor

No description provided.

@dohomi
Copy link

dohomi commented Feb 23, 2023

very much needed - are there any workarounds?

@viktorfa
Copy link

very much needed - are there any workarounds?

You can use another image transformation service such as on Cloudflare or Vercel, and send the entire presigned url with signature to their endpoint.

With Cloudflare you need the pro plan on your domain with image transformation enabled, and make your image src something like https://images.your.domain/cdn-cgi/image/width=400,fit=cover/{presignedUrl}

@dohomi
Copy link

dohomi commented Mar 17, 2023

You can use another image transformation service such as on Cloudflare or Vercel, and send the entire presigned url with signature to their endpoint.

With Cloudflare you need the pro plan on your domain with image transformation enabled, and make your image src something like https://images.your.domain/cdn-cgi/image/width=400,fit=cover/{presignedUrl}

thanks for your reply and succestion. I am using Nhost pro plan and looking for a solution within that scope.

@dbarrosop
Copy link
Member

this is now supported, if someone wants me to update their cloud version DM me or drop me an email with your subdomain

@PhilippS93
Copy link

PhilippS93 commented Apr 1, 2023

Will this feature also be available in nhost-dart?

I added a pull request nhost/nhost-dart#102

@dbarrosop
Copy link
Member

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants