You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL to retrieve original images doesn't include a cachebuster, it's like this: https://{cloudfrontDomain}/2021/11-27/image06.jpg
Because the URL doesn't include the versionId, if anyone downloads v1 and then someone uploads a v2, because CloudFront caches the image, if anyone else attempts to download it again, everyone will get the old version.
Downloading the original happens so infrequently I'm okay not doing this one for MVP
The URL to retrieve original images doesn't include a cachebuster, it's like this: https://{cloudfrontDomain}/2021/11-27/image06.jpg
Because the URL doesn't include the versionId, if anyone downloads v1 and then someone uploads a v2, because CloudFront caches the image, if anyone else attempts to download it again, everyone will get the old version.
The text was updated successfully, but these errors were encountered: