ArtifactDB / gypsum-worker

Bare-bones ArtifactDB API with Cloudflare
https://gypsum.artifactdb.com
MIT License
1 stars 2 forks source link

Allow links between files in the same project-asset-version combination. #26

Open LTLA opened 2 months ago

LTLA commented 2 months ago

This is occasionally useful if there is an explicit need to store the same files multiple times, e.g., for DelayedArrays with different operations but the same seed.

LTLA commented 2 months ago

Implemented for gobbler in ArtifactDB/gobbler#12.