Blob - CI/CD Glossary Definition
A blob (Binary Large Object) is an unstructured sequence of bytes stored and served as a single unit, such as an artifact, container layer, or compressed log; the store treats it opaquely, leaving interpretation to the consumer.
Related guides
Object Storage - CI/CD Glossary DefinitionObject storage keeps data as flat objects in buckets addressed by key, scaling to huge artifact stores - the…
Content-Addressed Storage - CI/CD Glossary DefinitionContent-addressed storage names each blob by the hash of its contents, so identical data is stored once and r…
Presigned URL - CI/CD Glossary DefinitionA presigned URL grants time-limited access to one object in private storage, so CI can upload or download an…