Register S3-compatible multipart upload tools.
Tool registrar receiving multipart tools.
Repository-owned S3-compatible client facade.
Server configuration used for destructive policy.
Multipart upload is control-plane-first: the server creates the upload, presigns individual upload-part URLs, completes/aborts the upload, and lists multipart state, but client bytes move directly to B2 through the presigned URLs.
registerS3MultipartTools(registrar, s3Client, config); Copy
registerS3MultipartTools(registrar, s3Client, config);
Register S3-compatible multipart upload tools.