diff --git a/sample_infra_manifest.json b/sample_infra_manifest.json index a77d4ca..a212b23 100644 --- a/sample_infra_manifest.json +++ b/sample_infra_manifest.json @@ -30,7 +30,6 @@ "bucketTag": "customer-uploads", "lifecycleRules": [ { - "enabled": true, "expiration": { "days": 1 } diff --git a/types.go b/types.go index 4249890..c0a699f 100644 --- a/types.go +++ b/types.go @@ -61,7 +61,6 @@ type S3Bucket struct { } type LifecycleRule struct { - Enabled bool `json:"enabled"` ObjectExpiration ObjectExpiration `json:"expiration"` }