-
Notifications
You must be signed in to change notification settings - Fork 22
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
chore: Correct typos #75
chore: Correct typos #75
Conversation
@AccAutomaton: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -44,14 +44,14 @@ spec: | |||
validation: required | |||
help: 协议头请在上方设置,此处无需以"http://"或"https://"开头,系统会自动拼接 | |||
- $formkit: password | |||
name: accessKey | |||
name: accessKeyId |
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.
不建议更改 name,这将会造成破坏性更新。所有更新插件的用户都得重新配置才能够正常工作。
如果确实需要更改 name,那么在获取 accessKeyId 的时候应当同时获取 accessKey 来保证升级后没有问题。
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.
name修改已回滚,当前pr仅修改错别字。
当前 PR 包含两个功能上的修改,建议分两个 PR 提交。可参考:https://docs.halo.run/contribution/pr。 |
…ey' into opt_variable_name_about_access_key
此问题PR在 #74 |
Properties 只在上传时发挥作用,上传完成后会把 objectkey 写入 attachment 里,不会再次调用 getlocation。 |
有点知识盲区了,我确实分了两个分支和PR,结果修改却合在一起了... |
破案了,迁出分支的时候没从main迁出,麻了, 这下宇宙大爆炸 |
我会关闭这个PR,后续请移步 #74 |
修正
placeholder
中的错别字。