[RESOLVED] Can I use storage of Supabase with S3 compatible API?
I use Livebook(https://livebook.dev/) which is notebook library for Elixir programming language.
In Livebook, storages that offer S3 compatible API can be used as file system.
For that,
bucket URL
, Access Key ID
, Secret Access Key
is needed.
I can't find how to get those information from Supabase storage.
Can Supabase storage be used with S3 compatible API?Livebook.dev
Automate code & data workflows with interactive notebooks

2 Replies
No. The Supabase s3 storage is actually a shared s3 bucket amongst many instances.
Thanks!