S3 general purpose buckets should have a lifecycle configuration

이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Description

This check verifies if an Amazon S3 general-purpose bucket has at least one active Lifecycle configuration in place. The check will fail if the bucket has no Lifecycle configurations, or if all Lifecycle configurations are disabled.

Implementing a lifecycle configuration for your S3 bucket allows you to define specific actions for objects throughout their lifecycle. For instance, you can set rules to move objects to a different storage class, archive them, or remove them after a certain period.

Remediation

For guidance on configuring lifecycle policies, refer to the Setting lifecycle configuration on a bucket and Managing your storage lifecycle sections of the Amazon S3 User Guide.

PREVIEWING: dgreen15/github-error-fix