When using Amazon S3 for Remote Storage of Story photos, when someone posts a photo, does the photo go to the local server first so it can be accessed immediately? And then is it later uploaded to S3 when the CRON job runs? Or does it wait for the CRON job to run before it can be seen on the front end?
If it is put on the local server first, does the local file get deleted after it is uploaded to S3?