Skip to content

Define versioned staging blob and sidecar protocol #879

Description

@niteshpurohit

Objective

Define the shared on-disk contract for a staged file and its metadata.

Acceptance Criteria

Conceptually store:

opaque-id.ext

plus a versioned metadata sidecar containing:

  • tenant;
  • environment;
  • destination;
  • target;
  • label;
  • extension;
  • multipart Content-Type;
  • size;
  • creation/publication time;
  • expires_at;
  • lifecycle/publication state; and
  • format version.

Unknown newer incompatible sidecar versions fail safely.

Technical Considerations

  • The sidecar is not a native C++ struct dump.
  • No physical path is part of the external /files response contract.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions