[ch5082] | Piyush | Remove field for lifecycle policy which was redundant

This commit is contained in:
piyush-sinha
2020-04-06 00:31:41 +05:30
parent 3782a78dc8
commit fdb8b78e73
2 changed files with 0 additions and 2 deletions

View File

@@ -30,7 +30,6 @@
"bucketTag": "customer-uploads",
"lifecycleRules": [
{
"enabled": true,
"expiration": {
"days": 1
}

View File

@@ -61,7 +61,6 @@ type S3Bucket struct {
}
type LifecycleRule struct {
Enabled bool `json:"enabled"`
ObjectExpiration ObjectExpiration `json:"expiration"`
}