I’m trying to implement a system similar to the O-FISH app in which small-ish binary images are uploaded to MongoDB from a Realm Sync mobile app, then a trigger sends the image file to an AWS S3 bucket and get the image URL in return to store in MongoDB.
I’ve followed the O-FISH tutorial to the letter but it appears MongoDB’s AWS Service is now depreciated in favour of HTTP endpoints that use external dependencies. I’m not sure where to begin with these. How would one connect to an S3 bucket using enpoints?
Any help would be hugely appreciated!