Advice connecting retool to an AWS Lightsail storage bucket

Hi there, I'm trying to create a file storage location to store simple images, logos etc for an app I'm building as a POC.

I'm trying to create a resource with AWS Lightsail, they have a storage bucket product and my database is also hosted here. I seem to be running into issues with the connection. Might be to do with CORS, but I'm not sure how to resolve that.

Access keys are there and correct and the objects are public and read only.

Any pointers would be amazing.

Thanks,

Fearghal

I ended up just using a regular S3 bucket and figuring out the configuration through trial and error. Seems to work well.