我在Mac上努力将大文件上传到Bluemix的对象存储。我的凭据看起来不像this教程中的内容:
{
"auth_url": "https://identity.open.softlayer.com",
"project": "object_storage_xxxxxxxx",
"projectId": "xxxxxxxx",
"region": "dallas",
"userId": "xxxxxxxx",
"username": "member_xxxxxxxx",
"password": "xxxxxxxx",
"domainId": "xxxxxxxx",
"domainName": "xxxxxxxx",
"role": "member"
}
有没有人有幸在mac上传文件?
答案 0 :(得分:1)
我会从David上面建议的链接下载个人资料,并修改内容如下。
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>swift</string>
<key>Vendor</key>
<string>cyberduck</string>
<key>Context</key>
<string>/v3/auth/tokens</string>
<key>Description</key>
<string>Openstack Swift (Keystone 3)</string>
<key>Username Placeholder</key>
<string>Project Name:Project Domain:Username</string>
<key>Password Placeholder</key>
<string>Password</string>
</dict>
</plist>
填写服务器,端口,项目名称:项目域:用户名和密码。希望它有所帮助。
答案 1 :(得分:0)
要与Cyberduck建立联系,请安装Openstack Swift (Keystone 3) profile。