1

I'm on a mac and struggling to upload large files to Bluemix's Object Storage. My credentials don't look like what is in this tutorial:

{
"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"
}

Has anyone had any luck uploading files on a mac?

Ross Lewis
  • 755
  • 2
  • 7
  • 17

2 Answers2

1

I would download the profile from the link suggested by David above and modify the content as below.

<?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>

Fill out the server, port, Project Name:Project Domain:Username and Password. Hope it helps.

0

To connect with Cyberduck, install the Openstack Swift (Keystone 3) profile.

David Kocher
  • 632
  • 4
  • 8