meltwater / drone-cache

A Drone plugin for caching current workspace files between builds to reduce your build times
https://underthehood.meltwater.com/blog/2019/04/10/making-drone-builds-10-times-faster/
Apache License 2.0
338 stars 81 forks source link

[ATEAM-13094]: Implement Alibaba OSS backend #223

Closed kadetutu closed 1 year ago

kadetutu commented 1 year ago

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Fixes [#65] (https://github.com/meltwater/drone-cache/issues/65) Add Alibaba OSS Storage Backend Is your feature request related to a problem? Please describe.

As a user of the Alibaba Cloud, I want to use Alibaba OSS Storage to persist my cache, so that I can reuse the storage system that I already know.

Describe the solution you'd like Alibaba OSS Storage Backend

Describe alternatives you've considered using a separate storage backend that already exists in drone-cache

Additional context none

Proposed Changes

Description

Checklist

spier commented 1 year ago

Great work @kadetutu and @bdebyl !

Should we also list the Alibaba OSS Storage Backend in the documentation here: https://github.com/meltwater/drone-cache#supported-storage-backends

kadetutu commented 1 year ago

Thanks @spier for pointing this out. I will work on updating the documentation.