Incorrect Document uploading to AWS

0

I am attempting to replace a version of a document on AWS with an updated file. When I upload thenew document, it is correctly loading as a new version, but the document is wrong. I have deleted newer versions to get back the original document, yet the incorrect document keeps showing up. https://s3.us-east-2.amazonaws.com/public-assets.maxxon.com/Our+Products/Commercial/Isolate/TDS/TDS_Maxxon_Comm_Isolate.pdf

I have uploaded the my new desired file as a different name to see if anything was wrong with pdf. It looks to be the correct file. https://s3.us-east-2.amazonaws.com/public-assets.maxxon.com/Our+Products/Commercial/Isolate/TDS/TDS_Maxxon_Comm_Isolate2.pdf

I could use the new link, but we have the current link pasted out on multiple pages, so it would be nice to just fixe the current link.

Does anyone know why this would be happening?

ParkerB
질문됨 한 달 전147회 조회
1개 답변
1
수락된 답변

Here are a few steps you can take to troubleshoot and resolve this issue:-

First, try clearing your browser cache and then accessing the URL again. This ensures that your browser fetches the latest version of the file from the server.

If you are using CloudFront as a CDN in front of your S3 bucket, check the caching settings in your CloudFront distribution. Make sure that the caching behavior for your S3 origin is configured to honor the origin cache headers and respect cache control headers sent by S3. You may need to adjust the caching settings or invalidate the cache for the specific object.

Double-check the versioning configuration of your S3 bucket to ensure that versioning is enabled and that the correct versions of the objects are present in the bucket. You can use the AWS Management Console or AWS CLI to list object versions and verify their status.

aws s3api list-object-versions --bucket your-bucket-name

profile picture
전문가
답변함 한 달 전
profile picture
전문가
검토됨 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠