alluxio icon indicating copy to clipboard operation
alluxio copied to clipboard

Support OSS multipart upload

Open StephenRi opened this issue 2 years ago • 3 comments

What changes are proposed in this pull request?

OSS ufs support multipart upload

Why are the changes needed?

For now, oss upload have a pool upload performance. Multipart upload can speed up the upload of OSS ufs. #16497

Does this PR introduce any user facing changes?

PropertyKey added:

  1. UNDERFS_OSS_MULTIPART_UPLOAD_ENABLED
  2. UNDERFS_OSS_MULTIPART_UPLOAD_PARTITION_SIZE
  3. UNDERFS_OSS_MULTIPART_UPLOAD_POOL_SIZE

StephenRi avatar Nov 08 '22 03:11 StephenRi