ExStorageService.Storage.MultipartGC (ex_storage_service v0.6.4)

Copy Markdown View Source

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

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])