HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
126 stars 52 forks source link

[Question] Storage buckets supported by HSDS service #238

Closed AboPlus closed 1 year ago

AboPlus commented 1 year ago

Hello,

I have a small question that I would like to ask. Besides S3 and Azure, does the HSDS service support any other storage buckets, such as Tencent COS?

jreadey commented 1 year ago

It hasn't been test extensively, but I haven't had any problems with it. There's an install guide here: https://github.com/HDFGroup/hsds/blob/master/docs/docker_install_tencent.md.

Most cloud storage implementations (other than Azure) support the s3 api, so by and large it should "just work".

AboPlus commented 1 year ago

Thank you very much for your response! I will try to install HSDS based on the documentation you provided. Thank you again for your response!