Skip to content
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

feat(filesystem): Support sub-directories for cdn/proxy domain #2116

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

YUDONGLING
Copy link
Contributor

Support use sub-directories for cdn/proxy domain, eg. https://download-proxy.example.com/sub-folder/....

  • 本机存储 / local: https://download-proxy.example.com/sub-folder/api/v3/file/...
  • 从机存储 / remote: https://download-proxy.example.com/sub-folder/api/v3/slave/...
  • 阿里云 OSS / oss: https://download-proxy.example.com/sub-folder/{path-to-your-file}.
  • 腾讯云 COS / cos: similar to oss
  • OneDrive / onedrive: similar to oss
  • 七牛 / qiniu: native support via SDK
  • 又拍云 / upyun: native support via SDK
  • AWS S3: not support

Copy link

codecov bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.42%. Comparing base (3edb00a) to head (0e431ee).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2116      +/-   ##
==========================================
+ Coverage   88.40%   88.42%   +0.01%     
==========================================
  Files         102      102              
  Lines        8927     8939      +12     
==========================================
+ Hits         7892     7904      +12     
  Misses        854      854              
  Partials      181      181              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant