horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

Adapt to a variety of object storage.

Open ZuLiangWang opened this issue 10 months ago • 1 comments

Describe This Problem

Currently, HoraeDB only supports Aliyun OSS and AWS S3 as object storage implementations. We hope to support more object stores to facilitate deployment in various environments. We found that some object storage implementations do not support multipartupload, and currently HoraeDB uses For this interface implementation, we need to replace it with put.

Proposal

Use object storage interface put to simulate multipartupload.

Additional Context

No response

ZuLiangWang avatar Apr 18 '24 09:04 ZuLiangWang