Comment by aurumque
1 month ago
S3 also gives you multipart parallel uploads. Each part gets stored and then when you're done the concatenation is performed close to the storage layer.
1 month ago
S3 also gives you multipart parallel uploads. Each part gets stored and then when you're done the concatenation is performed close to the storage layer.
Indeed. So many wheels in HTTP/1.1 that needs to be reinvented with gRPC.