1 dépôt
Automatically reclaims server storage by removing unfinished and abandoned upload resources after a defined time window.
Distinct from Post-Upload File Cleanup: Distinct from post-upload source file cleanup: focuses on server-side expiration garbage collection for abandoned upload sessions.
Explore 1 awesome GitHub repository matching devops & infrastructure · Upload Storage Garbage Collection. Refine with filters or upvote what's useful.
The project defines an open protocol specification for reliable, chunked, and resumable file transmission over standard HTTP infrastructure. It standardizes client-to-server file transfers across networks, enabling interrupted uploads to resume seamlessly without data loss or retransmitting completed chunks. The protocol manages file upload lifecycles through resource-based session initialization, offset-based byte range tracking, and cryptographic checksum verification to validate incoming data blocks. Additional capabilities include parallel chunk concatenation for joining multiple partial
The resumable upload library removes unfinished and abandoned upload resources automatically after a set period to free up server storage.