-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
fix: use the original name when uploading the attachment to upyun oss #2185
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.
经测试功能正常
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: guqing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
hi @okayhu, 由于是第一次贡献,你需要签署一下开源协议 |
/milestone 1.5.x |
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.
/lgtm
/milestone 1.5.x
/cherry-pick release-1.5 |
@guqing: once the present PR merges, I will cherry-pick it on top of release-1.5 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@guqing: new pull request created: #2186 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Congrats on merging your first pull request! 🎉🎉🎉 |
What type of PR is this?
/kind improvement
/area core
What this PR does / why we need it:
problem:
附件存储类型选择又拍云时,上传到又拍云的文件名被重命名为原图片名的MD5值。
resolve:
参考 #1500,通过 FilePathDescriptor 来构建 fullPath,relativePath 等
Which issue(s) this PR fixes:
Fixes #2181
Does this PR introduce a user-facing change?