I'm looking to move from the S3 compatible Supabase Storage to Tigris Data, but am seeing this error from Tigris' “Enable Data Migration” feature in the web UI:
Get "https://[supabase_bucket_name].[supabase_project_reference_id].co/storage/v1/s3?delimiter=&list-type=2&max-keys=1&prefix=": dial tcp: lookup [supabase_bucket_name].[supabase_project_reference_id].supabase.co on [fdaa::3]:53: no such host
Get "https://[supabase_bucket_name].[supabase_project_reference_id].co/storage/v1/s3?delimiter=&list-type=2&max-keys=1&prefix=": dial tcp: lookup [supabase_bucket_name].[supabase_project_reference_id].supabase.co on [fdaa::3]:53: no such host
I have no issues accessing the Supabase Storage bucket using the S3 credentials via Cyber/Mountain Duck and also using the higher‑level credentials via Supabase’s Python library.