Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

add Aliyun oss storage provider #260

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add Aliyun oss storage provider #260

wants to merge 2 commits into from

Conversation

buhe
Copy link

@buhe buhe commented Mar 12, 2019

I add aliyun oss as storage provider for backup and restore mysql data.
Aliyun OSS is popular in china , the landing page is https://www.alibabacloud.com/product/oss .

@bweston92
Copy link

Sorry for my lack of understanding but does Aliyun OSS not support an S3 compatible API?

It could even be worth running an instance of Minio in your cluster that will store the data to a mounted volume that way we don't need to maintain every storage provider here?

@buhe
Copy link
Author

buhe commented Mar 13, 2019

@bweston92

Thank reply
Aliyun OSS is mainstream choice for many Chinese company (more than 70%) and add Minio as middle layer increment software architecture complex ,so i think it is reasonable.

BTW, Because AWS entering the Chinese market later ,S3 not so popular in China (less than 5%), I think this PR at least useful in China..

Minio:

@bweston92
Copy link

Minio as a gateway would not be that much of an overhead compared to having to maintain it in the operator.

You could run the Minio gateway on the same cluster that will just simply proxy the request.

@buhe
Copy link
Author

buhe commented Apr 9, 2019

@bweston92
Copy link

That’s fine, they might have the capacity to maintain it and enough users that warrant that.

I’m not a collaborator of this project so I don’t get to have any input. I just tried to help by getting you a solution quicker which was offering Minio to help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants