When making a connection to S3 bucket hosted on Supabase. Initial resource connection works and outputs my files.
However, during the next step (creation of query), the same bucket name produces a bucket not found error. The bucket is private, however, shouldn't I be able to access it with the access key and secret key as I could do so in the previous step?