Skip to content
An abstraction layer around arbitrary and diverse asset stores
Ruby
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Enable CLA bot Oct 19, 2018
lib Fix callback lifecycle Nov 14, 2019
spec
.gitignore
.travis.yml Update ruby versions on Travis Jul 9, 2019
Gemfile Add gcs bucket Sep 20, 2019
History.md update changelog Feb 11, 2016
LICENSE Bump dates Mar 27, 2014
README.rdoc Add gcs bucket Sep 20, 2019
Rakefile use default release task from bundler/gem_tasks May 27, 2014
asset_cloud.gemspec
dev.yml Add a basic dev.yml Sep 20, 2017
shipit.rubygems.yml deploy using shipit May 27, 2014

README.rdoc

Build Status

AssetCloud

An abstraction layer around arbitrary and diverse asset stores.

Installation

as a Gem

gem install asset_cloud

Testing

dev test

With S3 Remote test:

AWS_ACCESS_KEY_ID="<s3_key>" AWS_SECRET_ACCESS_KEY="<s3_secret_key>" S3_BUCKET_NAME="<bucket_name>" bundle exec rake spec

With GCS Remote test:

GCS_PROJECT_ID="<project_id>" GCS_KEY_FILEPATH="<path_to_key>" GCS_BUCKET="<bucket_name>" bundle exec rake spec

Copyright

Copyright © 2008-2014 Tobias Lütke & Shopify, Inc. Released under the MIT license (see LICENSE for details).

You can’t perform that action at this time.