Self-host storage doubt
Hi, I have a doubt regarding self hosting a dedicated storage server. So, for example, If i configure my supabase storage connection to use an s3 compatible object storage server like Hetzner or AWS, am I still able to manipulate the storage using supabase sdk like
await supabase.storage.from('bucket_name').upload('file_path', file) ?