mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.85k stars 552 forks source link

Add native aliyun oss support (mentorship available) #2043

Closed Xuanwo closed 9 months ago

Xuanwo commented 10 months ago

Hi, sccache community.

It's a long-term issues that users want to connect sccache with aliyun oss which is definitely possible since Apache OpenDAL provides native support for OSS.

Tasks

Mentorship

@xuanwo is willing to offer mentorship to help address this issue effectively. @xuanwo promises to respond to your questions regarding the implementation of this feature within 24 hours, excluding weekends.

After finishing this issue, you will


Close https://github.com/mozilla/sccache/issues/1167

PsiACE commented 10 months ago

I want to try this issue, I am very interested in sccache.

Xuanwo commented 10 months ago

I want to try this issue, I am very interested in sccache.

Thanks a lot, let's rock!

Xuanwo commented 10 months ago

Hi @PsiACE, what are your plans regarding this issue? Would you like to schedule a kick-off meeting?

PsiACE commented 10 months ago

Hi @PsiACE, what are your plans regarding this issue? Would you like to schedule a kick-off meeting?

Let me make some random attempts first. I have already read the code for webdav integration.

Xuanwo commented 10 months ago

Let me make some random attempts first. I have already read the code for webdav integration.

Perfect!

PsiACE commented 10 months ago

Perfect!

I have already used some code to complete the basic filling. If the test passes, I will submit a PR. Wish me good luck.