【问题标题】:How do I upload files to Object Storage on Bluemix using Cyberduck or ExpanDrive?如何使用 Cyber​​duck 或 ExpanDrive 将文件上传到 Bluemix 上的 Object Storage?
【发布时间】:2016-10-28 04:06:45
【问题描述】:

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

【问题讨论】:

    标签: ibm-cloud object-storage cyberduck


    【解决方案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>
    

    填写服务器、端口、项目名称:项目域:用户名和密码。希望对您有所帮助。

    【讨论】:

      【解决方案2】:

      要连接 Cyber​​duck,请安装 Openstack Swift (Keystone 3) profile

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2016-11-05
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多