Object Storage - CI/CD用語集の定義
オブジェクトストレージ (S3、GCS) は、データをメタデータ付きの不変オブジェクトとしてbucketのフラットな名前空間に保存し、HTTP経由でキーによりアクセスします。ほぼ無限のスケールと耐久性により、CIのartifactストアやremote build cacheの標準的なbackendとなっています。
関連ガイド
Blob - CI/CD Glossary DefinitionA blob is an opaque chunk of binary data stored and retrieved as a unit - a build artifact, image layer, or l…
Bucket Policy - CI/CD Glossary DefinitionA bucket policy is a resource-level rule on a storage bucket saying who may do what to its objects - the guar…
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…