-
Notifications
You must be signed in to change notification settings - Fork 552
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
Aliyun OSS Incompatibility #1167
Comments
AliyunOSS is not exactly S3 compatible. |
I will working on this issue after existing storage services have been migrated to opendal. I plan to add a new OSS service support via opendal's native support: opendal::services::oss |
@Xuanwo Hi, Any progress on this issue? I'm trying to use OSS now and seeing |
Hi, thanks for the question. First of all, OSS native support is not added yet. I will continue this work after #1885 get merged. Then, as described in opendal's docs, we need a new option called Please let me know if you are interested in those works. I am willing to provide assistance with implementation and review. |
Is it still active? Looks like we’re added the Alibaba OSS support to the sccache |
Hi! I'm using
sccache
with Aliyun Object Storage Service, which is S3-compatible. However, I keep getting cache write errors. I've tested my API credentials and made sure they were working.I suspect the problem is with the URL. This short issue (kahing/goofys#336) explains it much better than I can. In short, OSS only supports virtual hosted-style URLs, while
sccache
uses path-based access.OSS docs on S3-compatibility: https://www.alibabacloud.com/help/en/object-storage-service/latest/s3-compatibility-overview
The text was updated successfully, but these errors were encountered: