HCS is a cloud of distributed storage nodes designed to support your online storage needs with full replication, guaranteed high availability and asset durability. HCS is an enterprise- grade cloud storage solution, and can be used independently or in conjunction with your other Highwinds infrastructure solutions such as custom colocation and transit, or the Highwinds global CDN. Content owners and distributors can store assets online and choose to deliver them directly from storage or via the CDN, maximizing their options for both price and performance.
Useful Links
RESOURCES | NOTES | URLs |
OpenSwift API | Can be used to extend beyond the examples in this document. | http://docs.openstack.org/api/openstack-object-storage/1.0/content/ |
ftp-cloudfs | FTP proxy for Swift | https://github.com/cloudfs/ftp-cloudfs |
CyberDuck FTP | Using the CyberDuck FTP client with Swift. Note that the default settings in Cyberduck can cause problems with Swift. Please download the Swath HTTPS option for use with CyberDuck. | https://trac.cyberduck.io/wiki/help/en/howto/openstack#AuthenticationContextPath |
Cloudfuse | A FUSE application for use with Swift | https://github.com/redbo/cloudfuse |
CyberDuck Configuration Changes
The following settings should be applied to the CyberDuck configuration:
Mac OSX
Via the command-line terminal:
defaults write ch.sudo.cyberduck cf.authentication.context /auth/v1.0
defaults write ch.sudo.cyberduck openstack.authentication.context /auth/v1.0
Windows
Using a text editor to modify the following file:
%APPDATA%\Roaming\Cyberduck\Cyberduck.exe_########\[version]\user.config
Windows 8.1
%APPDATA%\Roaming\iterate_GmbH\Cyberduck\Cyberduck.exe_########\[version]\user.config
Find the "<settings>" section, add the following entry:
<setting name="cf.authentication.context" value="/auth/v1.0" />
<setting name="openstack.authentication.context" value="/auth/v1.0" />
For non-admin container level access: There is an issue with Cyberduck’s current configuration where users that have credentials to specific containers cannot connect with HCS containers using the latest version of Cyberduck. This can be resolved by by downloading CD version 4.6.1 https://update.cyberduck.io/windows/Cyberduck-Installer-4.6.1.exe