Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to a variety of object storage. #1519

Open
ZuLiangWang opened this issue Apr 18, 2024 · 0 comments
Open

Adapt to a variety of object storage. #1519

ZuLiangWang opened this issue Apr 18, 2024 · 0 comments
Assignees

Comments

@ZuLiangWang
Copy link
Contributor

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 ZuLiangWang self-assigned this Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant