Good afternoon,
I am new to WeWeb and trying to connect to the Supabase Storage S3.
From the Supabase docs, it looks like I should be using the aws-sdk/client-s3
library to authenticate and interact with the API. I found a library with this name on NPM but unfortunately the Global Property is empty.
Could you:
- Please let me know if it is correct to use the
aws-sdk/client-s3
library on NPM in order to access data stored in Supabase S3 storage? - If no, what approach would you take?
- If yes, what is the Global Property that I should input for this library (it is currently blank, see screenshot below).
Thank you,
–A