Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/dart/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ibm cloud 如何使用Cyberduck或ExpanDrive将文件上载到Bluemix上的对象存储?_Ibm Cloud_Object Storage_Cyberduck - Fatal编程技术网

Ibm cloud 如何使用Cyberduck或ExpanDrive将文件上载到Bluemix上的对象存储?

Ibm cloud 如何使用Cyberduck或ExpanDrive将文件上载到Bluemix上的对象存储?,ibm-cloud,object-storage,cyberduck,Ibm Cloud,Object Storage,Cyberduck,我在mac电脑上,努力将大文件上传到Bluemix的对象存储。我的证书与教程中的不一样: { "auth_url": "https://identity.open.softlayer.com", "project": "object_storage_xxxxxxxx", "projectId": "xxxxxxxx", "region": "dallas", "userId": "xxxxxxxx", "username": "member_xxxxxxxx", "password": "xxx

我在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上上传文件?

要连接Cyberduck,请安装。

我会从上面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>

协议
敏捷的
小贩
赛博鸭
上下文
/v3/auth/tokens
描述
Openstack Swift(Keystone 3)
用户名占位符
项目名称:项目域:用户名
密码占位符
密码
填写服务器、端口、项目名称:项目域:用户名和密码。希望能有帮助