1

我在使用 Mac 并努力将大文件上传到 Bluemix 的对象存储。我的凭据与教程中的不同:

{
"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上上传文件有运气吗?

4

2 回答 2

1

我会从上面大卫建议的链接下载配置文件并修改如下内容。

<?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-31T16:43:48.110 回答
0

要连接 Cyber​​duck,请安装Openstack Swift (Keystone 3) 配置文件

于 2016-10-28T10:09:51.740 回答