Umashankar
Umashankar

Reputation: 79

Files in s3 bucket are automatically moving to tombstone folder

I have created an S3 bucket, not sure what am I missing with IAM lifecycle policies. Files in s3 bucket are automatically moving to tombstone folder after few days. how to stop this?

I have enabled only "Server access logging" in properties tab. And there are no life cycle rules are attached. Aws S3 lifecycle rules

Aws S3 Bucket AWS S3 Tombstone

Upvotes: 0

Views: 390

Answers (1)

Devesh mehta
Devesh mehta

Reputation: 1523

You can enable Amazon S3 Server Access Logging. following these instructions

Server access logging provides detailed records for the requests that are made to a bucket. Server access logs are useful for many applications. For example, access log information can be useful in security and access audits.

Upvotes: 1

Related Questions