Hello everyone,
We are uploading an image to R2 using a presigned URL. As part of our workflow, once the upload is successful, we immediately make a request to retrieve the image using another presigned URL.
However, we are occasionally encountering issues where the request to retrieve the image fails with errors such as "Blocked by ORB" or a 404 (Not Found).
Is there a known delay between the upload and the image becoming available for retrieval? How can we address this issue to ensure the image is reliably accessible immediately after the upload?