Always thought it’s kind of odd how the proprietary API of AWS S3 became sort of the de-facto industry standard
Because that's where most of the industry store their data.
Supabase Storage now supports the S3 protocol
81–90 of 194 posts
Re: Supabase Storage now supports the S3 protocol
#82Earlier quoted context omitted.
I think Vercel and Next.js are built by the same group of people, the same people who made Now.sh, started the company (Zeit), then changed product name to Now.sh, then changed company and product name to Vercel.
Yes. That doesn’t mean that they haven’t ran it into the ground.
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.
Re: Supabase Storage now supports the S3 protocol
#83Earlier quoted context omitted.
What about for second tier cloud providers like Linode, Vultr or UpCloud, they all offer S3 compatible object storage, will I need to write an adaptor for these or will it work just fine in lieu of their S3 compatibility?
Our S3 Driver is compatible with any S3 Compatible object Storage so you don’t have to write one :)
The announcement is that Supabase now supports (user) —s3 protocol—> (Supabase)
Above you say that (Supabase) —Supabase S3 Driver—> (AWS S3)
Are you further saying that that (Supabase) —Supabase S3 Driver—> (any S3 compatible storage provider) ? If so, how does the user configure that?
It seems more likely that you mean that for any application with the architecture (user) —s3 protocol—> (any S3 compatible storage provider), Supabase can now be swapped in as that storage target.
Re: Supabase Storage now supports the S3 protocol
#84Always 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
#85Earlier quoted context omitted.
Yes. That doesn’t mean that they haven’t ran it into the ground.
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.
Re: Supabase Storage now supports the S3 protocol
#86Is iOS support a priority for supabase?
Re: Supabase Storage now supports the S3 protocol
#87Earlier 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
#88Earlier quoted context omitted.
What about for second tier cloud providers like Linode, Vultr or UpCloud, they all offer S3 compatible object storage, will I need to write an adaptor for these or will it work just fine in lieu of their S3 compatibility?
Our S3 Driver is compatible with any S3 Compatible object Storage so you don’t have to write one :)
In a lot of cases, if your use case is simple, 30% is enough if you’re doing the most common GET and PUT operations etc. But all it takes is one unsupported call in your desired workflow to rule out that vendor as an option until such time that said API is supported. My main beef with this is that there’s no easy way to tell usually unless the vendor provides a support matrix that you have to map to the operations you need, like this: https://docs.storj.io/dcs/api/s3/s3-compatibility. If no such matrix is provided on both the client side and server side you have no easy way to tell if it will even work without wiring things in and attempting to actually execute the code.
One thing to note is that it’s quite unrealistic for vendors to strive for 100% compat - there’s some AWS specific stuff in the API that will basically never be relevant for anyone other than AWS. But the current situation of Wild West could stand for some significant improvement
Re: Supabase Storage now supports the S3 protocol
#89Here is the example of the DuckDB querying parquet files directly from Storage because it supports the S3 protocol now - https://github.com/TylerHillery/supabase-storage-duckdb-demo https://www.youtube.com/watch?v=diL00ZZ-q50
Re: Supabase Storage now supports the S3 protocol
#90no feedback on this in particular, but I love supabase. I use it for several projects and it's been great. I was hesitant to use triggers and PG functions initially, but after I got my migrations sorted out, it's been pretty awesome.
I think if there was a tightly integrated framework for managing the state of all of these various triggers, views, functions and sproc through source and integrating them into the normal SDLC it would be a more appealing sell for complex projects