Reputation: 79
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.
Upvotes: 0
Views: 390
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