Multipart Upload - CI/CD用語集の定義
multipart uploadは、大きなファイルを並列にアップロードされ失敗時に再開できる複数のパートに分割し、サーバー側で結合します。これが、大きなCIのartifactがS3や類似のストアに格納される方法です。
関連ガイド
Chunked Transfer - CI/CD Glossary DefinitionChunked transfer encoding streams an HTTP response in pieces with no known Content-Length, so the server can…
CORS Preflight - CI/CD Glossary DefinitionA CORS preflight is the automatic OPTIONS request a browser sends before a cross-origin call to check the met…
Content Negotiation - CI/CD Glossary DefinitionContent negotiation is how client and server agree on response format via Accept headers - choosing JSON vs X…