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

Separate part sizes for GET and PUT #762

Open
jamesbornholt opened this issue Feb 19, 2024 · 0 comments
Open

Separate part sizes for GET and PUT #762

jamesbornholt opened this issue Feb 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jamesbornholt
Copy link
Member

Tell us more about this new feature.

Sometimes we might want to use different part sizes for uploads vs downloads, for cost or performance reasons. For example, you might want a large PUT part size to support large file uploads, but a smaller GET part size for maximum throughput. Today they're configured with the same --part-size argument. It would be nice if they could be configured separately.

@jamesbornholt jamesbornholt added the enhancement New feature or request label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant