Skip to content

Conversation

@afkbluey
Copy link

@afkbluey afkbluey commented Nov 2, 2025

Overview

I have a fast k8s on prem cluster and have proposed adding --part-size and --parallel flags for supporting fast streaming (copy) of large files >= 5TB in PR 5257 on mc cli repo

From that PR I discovered the server-server copy methods don't have configurable --part-size or --parallel. This means I can configure mc cp for very large files but ironically have less control for smaller ones < 5TB.

This PR enables ComposeObject to be configurable by equivalent args PartSize and NumThreads (--parallel).

@afkbluey afkbluey changed the title Feature: ComposeObject with --part-size and --parallel so server-server copies can be fast Feature: enable faster server-server copies by enabling ComposeObject with --part-size and --parallel Nov 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant