ZuLiangWang opened a new issue, #1519: URL: https://github.com/apache/incubator-horaedb/issues/1519
### 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_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
