mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
优化又拍云参数名称,避免歧义为 ak、sk
This commit is contained in:
@@ -14,10 +14,10 @@ public class UpYunParam extends OptionalProxyTransferParam {
|
||||
@StorageParamItem(name = "存储空间名称", order = 1)
|
||||
private String bucketName;
|
||||
|
||||
@StorageParamItem(name = "用户名", order = 2)
|
||||
@StorageParamItem(name = "操作员名称", order = 2)
|
||||
private String username;
|
||||
|
||||
@StorageParamItem(name = "密码", order = 3)
|
||||
@StorageParamItem(name = "操作员密码", order = 3)
|
||||
private String password;
|
||||
|
||||
@StorageParamItem(name = "下载域名", description = "填写您在又拍云绑定的域名.", required = false, order = 4)
|
||||
|
||||
Reference in New Issue
Block a user