horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

feat: support OSS in memory multipart upload

Open ZuLiangWang opened this issue 9 months ago • 0 comments

Rationale

In some object storage and test scenarios, the support for the multi upload function is incomplete, and we need to directly use put to replace it.

Detailed Changes

  • Support OSS in memory multipart upload, it will batch the data in memory and upload it.
  • Fix proxy config, setting proxy before will not take effect.

Test Plan

paas CI.

ZuLiangWang avatar May 24 '24 02:05 ZuLiangWang