-
Notifications
You must be signed in to change notification settings - Fork 295
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
Adding support for COS binary caching #476
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to see localizable strings for error messages.
All resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
looking forward to your reply. |
|
LGTM, thanks for the contribution! |
Cloud Object Storage (COS) is a distributed storage service launched by Tencent Cloud. It is readily compatible with AWS S3 APIs, allowing direct access to community tools and plugins with ease. (refer to https://intl.cloud.tencent.com/products/cos)
This PR is to enable vcpkg users to use COS for binary caching.
#435
Any advice for the unitest? I tested the feature locally.