Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Extend blob store to return status and handle /status #31

Merged
merged 1 commit into from
Jul 21, 2023

Commits on Jul 20, 2023

  1. Extend blob store to return status and handle /status

    Change the blob store interface to separate `Describe` from `Get`, and
    extend the content of `blob.Descriptor` to include `blob.Status`.
    
    Reflect the changes on the existing stores. Leave TODOs in place for the
    actual information fetching of the deals made by the store to be
    implemented in separate PRs.
    
    Change the sever to correctly handle `GET /v0/blob/{id}/status`.
    masih committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5d4e8e9 View commit details
    Browse the repository at this point in the history