Open YazeedLoonat opened 1 year ago
From convo with morgan, I think my primary concerns are:
this means that our backend is processing images (as it stands right now we cap them at 3MB) which may be computationally expensive. We'll need to figure out if thats the case
Even though we are waiting for the backend to give us a presigned signature to upload to AWS that may be faster than sending the image across the wire to our backend which then needs to upload that image to the S3 bucket
This is an issue to set up the asset upload flow such that the asset is uploaded to an AWS S3 bucket
we do something similar to doorway.
Note conversation happened in: https://github.com/bloom-housing/bloom/pull/3560
around what this flow should look like may be a good idea to check in there before taking this up