How to Use Cyberduck with DreamObjects
From DreamHost
How to Use Cyberduck with DreamObjects
Cyberduck is a libre FTP, SFTP, WebDav & cloud storage browser for Mac & Windows.
- Download the DreamObjects Connection Profile.
- Double-click the file to create a new DreamObjects bookmark.
- Enter your Access Key then close the window.
- Double-click the DreamObjects bookmark you just created and enter your Secret Key when prompted. If you choose to add the information to your keychain, you will not be prompted for your Secret Key in the future.
Recommended Settings
By default, Cyberduck sets the permissions to public of all files uploaded to DreamObjects public. To change this behavior and make all files private by default, configure the following hidden option.
- Mac
defaults write ch.sudo.cyberduck s3.bucket.acl.default private
- Windows
<setting name="CdSettings" serializeAs="Xml">
<value>
<settings>
<setting name="s3.bucket.acl.default" value="private" />
...
</settings>
</value>
</setting>
Cyberduck Alternative Connection Method
- Create a new bookmark in Cyberduck and choose "S3 (Amazon Simple Storage Service)" from the protocol drop down.
- Set the Nickname to something memorable, like DreamObjects.
- Set the Server to: objects.dreamhost.com
- Set the Username to an access key on a user you've created in DreamObjects.
- Close the window to save the settings.
- Connect to the bookmark you've created. When prompted for a password, enter the secret key corresponding to the access key from above.





