-
Notifications
You must be signed in to change notification settings - Fork 986
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
[feature] add alibaba cloud oss support #1999
base: master
Are you sure you want to change the base?
[feature] add alibaba cloud oss support #1999
Conversation
LGTM!👍 please wait for days, we will merge it after new release. |
<dependency> | ||
<groupId>com.aliyun.oss</groupId> | ||
<artifactId>aliyun-sdk-oss</artifactId> | ||
<version>${alibaba.oss.version}</version> | ||
</dependency> |
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.
hi, can we use http api instead of aliyun sdk
, the sdk will import many irrelevant dependencies may also cause compatibility issues between dependency packages and licenses. See https://github.com/apache/hertzbeat/tree/master/material/licenses. We plan to remove the dependency on the cloud service SDK like aliyun, tencent, huawei sdk
later.
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.
ok,we can change it
@asd108908382 Please address the dependency conflict issue. |
What's changed?
Checklist
Add or update API