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

Confusing s3 partSize configuration. #126

Open
zdyj3170101136 opened this issue Jul 9, 2024 · 0 comments
Open

Confusing s3 partSize configuration. #126

zdyj3170101136 opened this issue Jul 9, 2024 · 0 comments

Comments

@zdyj3170101136
Copy link

issue

When uploading files through s3 bucket, I want to upload large files of 128MB through one http request to reduce s3 api fees.
So I set part_size to 128MB.

But after checking the source code of s3 upload, I found that when the uploaded file size is less than s3 partsize, partsize will be set to 0, and finally minio client will use 16MB part size when uploading, which is not what I expected.

objstore version

v0.0.0-20230220090313-0796692f1ae5
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

No branches or pull requests

1 participant