UploadSessionStore

Durable checkpoint contract used to resume multipart uploads.

Inheritors

Functions

Link copied to clipboard
abstract fun load(key: String): Map<String, Any?>?

Loads the checkpoint for key, or null when absent.

Link copied to clipboard
abstract fun remove(key: String)

Removes the checkpoint for key.

Link copied to clipboard
abstract fun save(key: String, value: Map<String, Any?>)

Atomically stores value for key.