Skip to content

Commit

Permalink
Add rule to permanently delete incomplete mulipart uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
BasilMawejje committed Oct 13, 2021
1 parent c1c82be commit a83b442
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/tasks/shf_aws.rake
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ namespace :shf do
prefix: aws_s3_backup_bucket_full_prefix
},
status: 'Enabled',
transitions: storage_rules
transitions: storage_rules,
abort_incomplete_multipart_upload: {
days_after_initiation: 10
}
}
]
}
Expand Down

0 comments on commit a83b442

Please sign in to comment.