I wish supabase had more default integrations with CDNs, transactional email services and domain registrars. I'd happily pay a 50% markup for the sake of having everything in one place.
Supabase Storage now supports the S3 protocol
91–100 of 194 posts
Re: Supabase Storage now supports the S3 protocol
#92https://docs.aws.amazon.com/redshift/latest/dg/t_loading-tab...
Re: Supabase Storage now supports the S3 protocol
#93Re: Supabase Storage now supports the S3 protocol
#94My only real qualm at this point is mapping JS entities using the JS DB API makes it hard to use camelcase field names due to PG reasons I can't recall. I'm not sure what a fix for that would look like.
Keep up the good work.
Re: Supabase Storage now supports the S3 protocol
#95Dear supabase. Please don’t get bought out by anyone and ruined. I’ve built too many websites with a supabase backend now to go back.
This is my biggest reservation towards Supabase. Google bought Firebase in 2014. I've seen Vercel run Nextjs in to the ground and fuck up their pricing for some short-term gains. And Figma almost got bought by Adobe. I have a hard time trusting products with heavy VC backing.
Re: Supabase Storage now supports the S3 protocol
#96Always thought it’s kind of odd how the proprietary API of AWS S3 became sort of the de-facto industry standard
Re: Supabase Storage now supports the S3 protocol
#97Earlier quoted context omitted.
are there any specific integrations that you want? (eg: which companies?) we have a built-in CDN[0] and we have some existing integrations for transactional emails [1] [0] Smart CDN: https://supabase.com/docs/guides/storage/cdn/smart-cdn [1] Integrations: https://supabase.com/partners/integrations
Thanks for the link about integrations! I wasn't aware about the resend one for transactional email. It'd be nice to have an integration with a domain register, like Ghandi.net or Namecheap. Ideally with the cost coming through as an item in my Supabase bill.
Re: Supabase Storage now supports the S3 protocol
#98Earlier quoted context omitted.
Thanks for the link about integrations! I wasn't aware about the resend one for transactional email. It'd be nice to have an integration with a domain register, like Ghandi.net or Namecheap. Ideally with the cost coming through as an item in my Supabase bill.
Thanks for the recommendations - I’ll see what this would involve
Re: Supabase Storage now supports the S3 protocol
#99I like to Lob my BLOBs into PG's storage. You need that 1-2TB of RDS storage for the IOPS anyway; might as well fill it up. Large object crew, who's with me?!
Re: Supabase Storage now supports the S3 protocol
#100Earlier quoted context omitted.
Tell me about it. My simple SSG Next.js static site loads much slower than my Jekyll site on GitHub pages. And I can't figure out how to improve its speed or disable the "ISG" feature that I believe is to be blamed for the poor performance.
Not defending NextJS, I'm pretty out on it myself, but ISG requires a server to run. It pregenerates static content for defined pages and serves that until revalidating. If you've built a fully static bundle, nothing exists that would handle that incremental/revalidating logic.