-
Notifications
You must be signed in to change notification settings - Fork 226
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
Support Alibaba OSS Cloud #505
Comments
great , any contribution is welcome Alibaba OSS have something like |
OSS is S3 compatiable, minio can serve as a gateway for OSS |
@AlexanderChiuluvB any news? Could I help with anything? |
sorry I have been a little bit busy lately I will start push forward it may be 1 wk later |
@AlexanderChiuluvB @Slach any update, we can test it recently |
@john8628 is Alibaba OSS is S3 compatible, all should works with S3 protocol |
@Slach thanks for your reply ,i will try it ; |
Can you provide an example of Alibaba OSS by S3 configuration, thank you. |
#all the config should be following the s3 config; it works for me remote_storage: s3
s3:
access_key: "oss key"
secret_key: "oss secret_key"
bucket: "oss bucket"
endpoint: "oss endpoint"
region: "oss region"
assume_role_arn: ""
force_path_style: false
path: dd/backup/pro
disable_ssl: false
compression_level: 1
compression_format: tar
sse: ""
disable_cert_verification: false
storage_class: STANDARD
concurrency: 1
part_size: 0
debug: false |
@john8628 Hi, I use Oss as my remote storage, the backup data can be uploaded to Oss successfully, but clickhouse-backup list remote shows "The specified key does not exist". Do you have encountered this problem? Thanks. |
Yes, it often happens when your path or your endpoint is not right; |
@john8628 How did you solve this problem? |
check your path ; ak/sk and endpoint is inner network? |
oh , endpoint is not right , following the https://www.alibabacloud.com/help/en/object-storage-service/latest/regions-and-endpoints ; and if your abosolute path is oss://{bucket}{specific path} then your path should be specific path;your path should be test-clickhouse-backup/core3/ |
Actually, I have tested before with the endpoint oss-cn-beijing-internal.aliyuncs.com, and it shows the error "HostID: oss-cn-beijing-internal.aliyuncs.com, api error SecondLevelDomainForbidden: Please use virtual hosted style to access." It means that the bucket name must be added to the head of endpoints. |
@and1990 s3:
bucket: test-clickhouse-backup
force_path_style: true
path: core3
endpoint: https://oss-cn-beijing-internal.aliyuncs.com |
use old version ,it can help you
|
I want to support the tool upload data to OSS Cloud. Can I be assigned with this task?
The text was updated successfully, but these errors were encountered: