Amazon S3 static site serves old contents -


my s3 bucket hosts static website. not have cloudfront set up.

i updated files in s3 bucket. while files got updated, confirmed manually in bucket. still serves older version of files. there sort of caching or versioning happens on static websites hosted on s3?

i haven't been able find solution on so far. note: cloudfront not enabled.

is there sort of caching or versioning happens on static websites hosted on s3?

amazon s3 buckets provide read-after-write consistency puts of new objects , eventual consistency overwrite puts , deletes

what mean ?

if create new object in s3, able access object - in case update of existing object, 'eventually' newest version of object s3, s3 might still deliver previous version of object.

i believe starting time ago, read-after-write consistency available update in standard region.

how need wait ? depends, amazon not provide information this.

what can ? no much. if want make sure not have issue s3 bucket delivering files, upload new file in bucket, able access immediately


Comments