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

fix: JfsObjects.CompleteMultipartUpload #4893

Merged
merged 2 commits into from
May 28, 2024
Merged

Conversation

prOOrc
Copy link
Contributor

@prOOrc prOOrc commented May 23, 2024

Description

Increased max size of part to 5Gb in CompleteMultipartUpload

Motivation and Context

I've caught bug when tested server side copy with rclone. Rclone has default copy cutoff 4.656Gi. During CompleteMultipartUpload gateway ignores size of parts and doesn't consider globalMaxPartSize (5GiB) and copies 1Gb max of each part.

@CLAassistant
Copy link

CLAassistant commented May 23, 2024

CLA assistant check
All committers have signed the CLA.

pkg/gateway/gateway.go Outdated Show resolved Hide resolved
@zhijian-pro zhijian-pro merged commit c94e083 into juicedata:main May 28, 2024
39 checks passed
SandyXSD pushed a commit that referenced this pull request Jun 19, 2024
Co-authored-by: zhijian <djx@juicedata.io>
SandyXSD pushed a commit that referenced this pull request Jun 20, 2024
Co-authored-by: zhijian <djx@juicedata.io>
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.

3 participants