Socket
Book a DemoInstallSign in
Socket

carrierwave-nightcrawler-swift

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carrierwave-nightcrawler-swift

0.1.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

Carrierwave Nightcrawler Swift

This gem is a Carrierwave store for Swift. This library uses nightcrawler_swift for swift operations.

Installation

Add this line to your application's Gemfile:

gem 'carrierwave-nightcrawler-swift'

And then execute:

$ bundle

Or install it yourself as:

$ gem install carrierwave-nightcrawler-swift

Usage

You should configure the client.

NightcrawlerSwift.configure({
  :bucket=>"container-name",
  :tenant_name=>"tenant-name",
  :username=>"user",
  :password=>"some-secret-password",
  :auth_url=>"https://your-swift-server.com/v2.0/tokens",
  :verify_ssl=>false
})

Set the storage to be storage Carrierwave::Nightcrawler::Swift::Storage. .

class AvatarUploader < CarrierWave::Uploader::Base
  :storage => Carrierwave::Nightcrawler::Swift::Storage
end

FAQs

Package last updated on 01 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.