Blob - CI/CD用語集の定義
blob (Binary Large Object) は、artifact、containerレイヤー、圧縮ログなど、単一の単位として保存・提供される非構造化のバイト列です。ストレージはこれを不透明に扱い、解釈は利用側に委ねます。
関連ガイド
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…