no-src / gofs

A cross-platform real-time file synchronization tool out of the box based on Golang
Apache License 2.0
460 stars 40 forks source link

Storage of s3 protocol #374

Closed qsk5yrs closed 1 month ago

qsk5yrs commented 1 month ago

Does the minio client work with all s3 protocol storage like aliyun oss. i can only use aliyun oss in this intranet environment.

mstmdev commented 1 month ago

I'm not entirely sure about this, as I haven't used OSS service before. I see that the official website provides a dedicated Go driver. We might need to purchase the related service to test it out.

qsk5yrs commented 1 month ago

Okay, I get it. Thanks.