Arke.Boundary.FileManager (Arke v0.6.2)

Copy Markdown View Source

Cache for signed URLs to avoid redundant signing requests. Stores only signed_url and expiration keyed by {unit_id, project}. Expired entries are purged every hour.

Summary

Functions

add(map1, map2)

add(unit_id, project, signed_url, expiration)

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

get(unit_id, project)

get_all(project)

remove(map)

remove(unit_id, project)

start_link(state \\ [])