Rest API: Automatically incude https: in s3 Amazon image links

Is there a way to have https: automatically show in rest api for images? When I visit
listings.bubbleapps.io/version-test/api/1.1/obj/page

For images uploaded, I see:
//s3.amazonaws.com/appforest_uf/34/Oat%20Drink%20Semi%20Organic.jpg

I want it to show as:
https://s3.amazonaws.com/appforest_uf/34/Oat%20Drink%20Semi%20Organic.jpg

How can I make this possible?