support for (some part of) lifecycle configuration #309

Closed
opened 2022-05-23 13:11:24 +00:00 by trinity-1686a · 1 comment

Lifecycle Configuration can allow some useful things like auto-cleanup of incomplete multipart upload. Having support for that can be usefull with some softwares which easily forget they were uploading something and start again, leaving incomplete data behind, taking possibly a substential ammount of space on a cluster.

This would require some form of job scheduler which would be usefull for #255 too

[Lifecycle Configuration](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html) can allow some useful things like auto-cleanup of incomplete multipart upload. Having support for that can be usefull with some softwares which easily forget they were uploading something and start again, leaving incomplete data behind, taking possibly a substential ammount of space on a cluster. This would require some form of job scheduler which would be usefull for #255 too
trinity-1686a added the
S3 Compatibility
label 2022-05-23 13:11:24 +00:00
Owner

Unfinished multipart uploads sometimes cause persistent block resync errors, I guess in cases where the block_ref is written but the block itself hasn't been. Automatically cleaning up such uploads would avoid these errors from lingering permanently in the

Unfinished multipart uploads sometimes cause persistent block resync errors, I guess in cases where the block_ref is written but the block itself hasn't been. Automatically cleaning up such uploads would avoid these errors from lingering permanently in the
lx added this to the v1.0 milestone 2022-10-16 19:10:07 +00:00
lx modified the milestone from v1.0 to v0.9 2022-11-10 10:45:08 +00:00
lx self-assigned this 2022-12-11 17:45:14 +00:00
lx closed this issue 2023-09-04 09:45:11 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#309
No description provided.