owncloud / owncloud/ocis

Allow configuration of upload concurrency level

Open
#4,957 2 comments 0 reactions 0 assignees View on GitHub
Category:Enhancement
Dominant language
Go
Stars
2.1k
Forks
274
Avg merge
2d 1h
Merged PRs (30d)
103

Description

## Is your feature request related to a problem? Please describe.
Some S3 implementation need a certain level of concurrency during MultiPartUploads to offer the maximum bandwidth. Currently the concurrency is fixed 4 parallel threads in oCIS.

## Describe the solution you'd like
To be able to tweak the level of concurrency to the amount needed for a certain s3 implementation the fixed value of 4 parallel threads should be adjustable.

## Describe alternatives you've considered
None

## Additional context
The same issue was addressed in oC10 in https://github.com/owncloud/files_primary_s3/pull/605. So this feature is also meant to achieve feature parity.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.