At anynines we rely on the fog gem to interact with our OpenStack Swift installation and we’d like to help contribute to fog. In this case we wanted to implement a support feature for public url generation in the OpenStack provider. This feature was only mocked in the last version of the fog gem, but… Read more »
The Fog HP storage provider is currently the most stable and recommended way to access Swift using Ruby as the HP storage implementation is more reliable than the OpenStack provider. So while you should use OpenStack::Identity for tenant and user management, Swift access is rather done using HP::Storage of the HP provider. During the creation… Read more »
Introduction The anynines Swift service enables your apps to store files to our Swift cloud storage solution. This tutorial will demonstrate the usage of the Swift service from within ruby apps using the fog gem. Fog implements a wrapper around cloud storage services and includes provider (driver) classes for many different storage providers. Currently the… Read more »