Maybe this is already solved.
Consider this example where I have a bundle that I want to mirror but for many reasons I cannot mirror the bundle as is:
- space requirements
- unclear licensing
- something else?
Is there a provision to have a mybundle.intoto.json just point to another one is permanent storage somewhere? This is a little different that the reference -- as bundles appear to be more of a convention than a named type.
Is there a way to have mybundle.intoto.json to somewhere.intoto.jsonl
for example (I'm not proposing this as is, but something like this)
{ "redirect": "https://storage.example.com/somewhere.intoto.jsonl", "digest": { "sha256": "abcd..." } }
Maybe this is already solved.
Consider this example where I have a bundle that I want to mirror but for many reasons I cannot mirror the bundle as is:
Is there a provision to have a
mybundle.intoto.jsonjust point to another one is permanent storage somewhere? This is a little different that the reference -- as bundles appear to be more of a convention than a named type.Is there a way to have
mybundle.intoto.jsontosomewhere.intoto.jsonlfor example (I'm not proposing this as is, but something like this)