How to refresh cache of Amazon S3 Storage for static webpage?

amazon-s3, amazon-web-services, caching

Solution

I know it is silly but at least changes have immediate effect :)

Problem

I was searching Amazon support forums and found a thread - https://forums.aws.amazon.com/thread.jspa?messageID=346895&#346895 - with the same, unanswered question... CMD + SHIFT + DELETE: clearBrowserData (from the beginning of time) CMD + R: to refresh No effect http://www.example.com.s3-website-eu-west-1.amazonaws.com/yoga/Home.html - WORKS http://www.example.com/yoga/Home.html - DAMNIT Any way to force refresh webpage hosted on Amazon S3?

Original source