I am trying to upload images from an IOS App with a Rails Back-end server to Amazon s3.
Is this the flow of the upload?
-> IOS Client
-> Request Back-End for Pre Signed URL
-> Back-End makes a request to S3 for pre-signed URL
-> Back-End sends pre-signed URL to IOS
-> IOS client uploads to S3 with pre-signed URL
Or am I missing something?