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

Allow number of workers used for multipart operation to be configurable #794

Closed
wants to merge 1 commit into from

Conversation

poornas
Copy link
Contributor

@poornas poornas commented Aug 21, 2017

Fixes #759.

Currently, total number of parallel workers is set as constant at 3. With this PR, it is exposed as a public variable that can be configured so that user can configure number of parallel workers for streaming put operations.

@krisis
Copy link
Member

krisis commented Aug 23, 2017

@poornas since this configuration is applicable only for multipart-upload using streaming signature, it makes sense to keep it with other PutObject related options as proposed in the PutObject API refactor in #747.

@poornas
Copy link
Contributor Author

poornas commented Sep 6, 2017

closing this PR as #811 addresses this as part of the PutObject refactor.

@poornas poornas closed this Sep 6, 2017
@poornas poornas deleted the multipartConfigurableWorkers branch September 21, 2017 17:54
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.

None yet

2 participants