Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818a261 commit b7debadCopy full SHA for b7debad
README.rst
@@ -23,6 +23,10 @@ Config 配置
23
24
在第一次使用云API之前,用户首先需要在金山云控制台IAM服务申请安全凭证,安全凭证包括access_key_id和secret_access_key,access_key_id 是用于标识API调用者的身份,secret_access_key是用于加密签名字符串和服务器端验证签名字符串的密钥。secret_access_key 必须严格保管,避免泄露。
25
26
++ 获取安全凭证方法:
27
+
28
+参见金山云文档: https://docs.ksyun.com/directories/1600
29
30
+ 通过文件配置及管理密钥,参考examples内示例:
31
32
+ 所在位置: '/etc/kscore.cfg' 或 './.kscore.cfg' 或 'C:\\kscore.cfg'
0 commit comments