Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(storage/transfermanager): non-positive partSize will turn off sharding #10509

Merged
merged 4 commits into from
Jul 9, 2024

Conversation

BrennaEpp
Copy link
Contributor

No description provided.

@BrennaEpp BrennaEpp requested review from a team as code owners July 4, 2024 21:23
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Jul 4, 2024
// of the shards to transfer; that is, if the object is larger than partSize,
// it will be uploaded or downloaded in concurrent pieces of size partSize.
//
// The default is 32 MiB for downloads. The minimum partSize allowed is 256kib;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove the min value to match other languages, as discussed in chat. We can keep 0 to turn off sharding however.

@BrennaEpp BrennaEpp changed the title chore(storage/transfermanager): set min partSize and partSize < 1 turns off sharding chore(storage/transfermanager): non-positive partSize will turn off sharding Jul 9, 2024
@BrennaEpp BrennaEpp requested a review from tritone July 9, 2024 00:58
@BrennaEpp BrennaEpp enabled auto-merge (squash) July 9, 2024 15:40
@BrennaEpp BrennaEpp merged commit bd94084 into googleapis:main Jul 9, 2024
8 checks passed
@BrennaEpp BrennaEpp deleted the tm-sharding-opt branch July 9, 2024 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants