我使用的是mac电脑,很难将大文件上传到Bluemix的Object Storage。我的凭据与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上?
发布于 2016-11-01 00:43:48
我会从上面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>填写服务器、端口、项目名称:项目域:用户名和密码。希望能有所帮助。
发布于 2016-10-28 18:09:52
要连接Cyberduck,请安装Openstack Swift (Keystone 3) profile。
https://stackoverflow.com/questions/40297880
复制相似问题