I knew parse server about 8 years ago. I didn’t start look into it until a couple of days ago.
I did some research, but didn’t find any documentation or article that shows how to directly upload files from, say, an iOS mobile app to an S3 compatible service using a pre-signed URL.
Hi dplewis, thanks for the answer. I’m not really a backend guy.
I had tried parse server with the s3 adapter a little bit, before I created the post here.
And I had tried the presigned URL option as well. That seemed to be only for downloading files.
What I am looking for is uploading.
For example, in this scenario, currently how upload works seems to be:
Mobile app → parse server → s3
I guess for some use cases, this is fine.
However, if the user of the mobile app has lots of file to upload and the parse server doesn’t have enough bandwidth, it would be nice to directly upload files from the mobile app to s3.