Values.GetBlobInputSourceRepresents the input of a get blob operation.
type nonrec t = {repositoryName : RepositoryName.t;The name of the repository that contains the blob.
*)blobId : ObjectId.t;The ID of the blob, which is its SHA-1 pointer.
*)}