CarrierWave Roz

Build Status

carrierwave-roz is a carrierwave storage plugin that for the roz file storage API.

Installation

Add the following to your Gemfile

gem carrierwave-roz

Run bundle install

Usage

Add the following to your uploader class

class ExampleUploader < CarrierWave::Uploader::Base
  storage :roz

  api_base_url    "https://api.example.com/assets"
  files_base_url  "https://assets.example.com"
  access_id       "*************"
  secret_key      "*************"
  # ...

See Roz documentation for creating cilent access_id and secret_key