Compressed duplication of image files

This commit is contained in:
2025-05-01 15:29:52 +08:00
parent bf64afd849
commit 0f9e865c0b
7 changed files with 1909 additions and 21 deletions

View File

@ -34,6 +34,7 @@ public class CloudFile : ModelBase
public Instant? UploadedAt { get; set; }
public Instant? ExpiredAt { get; set; }
[MaxLength(128)] public string? UploadedTo { get; set; }
public bool HasCompression { get; set; }= false;
// Metrics
// When this used count keep zero, it means it's not used by anybody, so it can be recycled