Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9135955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:53:24+00:00 2026-06-17T08:53:24+00:00

We are using Carrierwave in a Rails 3.2.7 project. Currently we are migrating to

  • 0

We are using Carrierwave in a Rails 3.2.7 project. Currently we are migrating to our own Openstack Swift installation and would like to continue using Carrierwave.

By looking at the Carrierwave docs I can see that it can be used with Rackspace using the Fog gem. Nevertheless, I can not find any documentation how to set it up with an Openstack Swift installation.

Is there a way to use Carrierwave and Fog with my own Openstack Swift installation?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:53:24+00:00Added an answer on June 17, 2026 at 8:53 am

    Here is how we solved this problem:

    There was no native support from the Fog Gem for handling storage with a Swift installation.
    I hope there will be someday.

    BUT you can use “HP” as a provider for Carrierwave. The HP-Storage is, like Rackspace, based on Openstack Swift and support the handling of Storage with the Fog Gem. It is not perfect, but it worked:

    CarrierWave.configure do |config|
      config.storage = :fog
    
      config.fog_credentials = {
        :provider => 'HP',
        :hp_secret_key => "swift_password",
        :hp_account_id => "swift_container",
        :hp_tenant_id => "swift_tenant_id'",
        :hp_auth_uri => "swift_url"
        :hp_use_upass_auth_style => true
      }
      config.fog_directory = "swift_container"
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Rails 3.2, Carrierwave and simple_form. Currently, everything is working fine with one
How would I create the following scenario that rails can provide for carrierwave, using
In my rails 3 application, I am using carrierwave gem (version 0.5.6). I would
Hi I'm currently using carrierwave on my rails app without Amazon S3 or any
Newbish AWS question: Our Rails app currently allows image uploads via Carrierwave to an
I'm using CarrierWave / Fog in a Rails application to upload videos to Amazon
i'm using Rails 3.2.6 and using carrierwave to upload images.When i upload image it
I'm using Carrierwave in my Rails app to handle image uploads. When I configure
I'm trying to import a CSV file to my Rails app that's using CarrierWave
I am using the carrierwave gem to manage file uploads in my rails 3

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.