Garbage collector for stale multipart uploads.
Periodically scans for incomplete multipart uploads that are older than the configured maximum age and aborts them, cleaning up part files and metadata.
Configuration:
:multipart_gc_interval— scan interval in milliseconds (default: 3_600_000 = 1 hour):multipart_max_age— max age in seconds for incomplete uploads (default: 86_400 = 24 hours)
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.