I am seeing objects named 2024-04-03-01-48-54-087C7DACE20DCF93 in my s3 bucket and am not sure why.

0

I am fairly new to s3 and am using it to host a static website. not too long ago I requested an ssl certificate through ACM for my static website to use it with cloud front services. Around the same time i requested the cert I began to see objects named 2024-04-03-01-48-54-087C7DACE20DCF93 and was hoping someone might be able to explain why this is the case. It has made things more challenging to access my websites html pages because there are many of these new objects.

질문됨 한 달 전128회 조회
2개 답변
1

You probably have Amazon S3 server access logging enabled. If you're looking to disable it, you can follow this guide, which explains how to enable logging. Just do the opposite of what it suggests. You can find the guide here. If you wish to keep S3 server access logging enabled but need to change the destination, you can refer to this guide for instructions: link.

profile picture
전문가
답변함 한 달 전
0

The objects named "2024-04-03-01-48-54-087C7DACE20DCF93" in your S3 bucket appear to be auto-generated filenames rather than your actual HTML pages. These filenames typically result from automatic processes or services that interact with your S3 bucket.

Here are a few possible reasons why these objects were created:

If you've configured CloudFront to log requests to your S3 bucket, these filenames could be CloudFront access logs. CloudFront access logs are generated automatically and provide detailed information about each request made to your CloudFront distribution.

If you're using other AWS services in conjunction with S3, such as AWS Lambda or AWS Glue, they might be generating these objects as part of their operations.

To better understand the origin of these objects and confirm whether they are CloudFront access logs, you can inspect the contents of these objects. If they contain log entries related to HTTP requests, it's likely that they are indeed CloudFront access logs.

profile picture
전문가
답변함 한 달 전

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

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

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

관련 콘텐츠