Multipart Upload - Definição do Glossário de CI/CD
Um multipart upload divide um arquivo grande em partes que sobem em paralelo e retomam em caso de falha, sendo então combinadas no servidor. É assim que artifacts grandes de CI chegam ao S3 e armazenamentos similares.
Guias relacionados
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…