Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

remote_or_s3_file (6) Versions 0.1.5

Recource wrapper for remote_file and aws_s3_file

Policyfile
Berkshelf
Knife
cookbook 'remote_or_s3_file', '= 0.1.5', :supermarket
cookbook 'remote_or_s3_file', '= 0.1.5'
knife supermarket install remote_or_s3_file
knife supermarket download remote_or_s3_file
README
Dependencies
Quality 50%

remote_or_s3_file

This cookbook provides the resource remote_or_s3_file.

The provider remote_or_s3_file acts just like remote_file, except when you
use an s3://... uri, then the remote_or_s3_file will act like the
aws_s3_file provider.

Usage

Include the default recipe to ensure the aws-sdk is installed in Chef. Only
needed if you're using an aws cookbook version of less than 3.0.

include_recipe 'remote_or_s3_file'

Then to download to a file from a non-S3 bucket

remote_or_s3_file 'example.zip' do
  source 'http://example.com/example.zip'
end

Or from an S3 bucket

remote_or_s3_file 'example.zip' do
  source 's3://example/example.zip'
end

Dependent cookbooks

aws >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.5 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Foodcritic Metric
            

0.1.5 passed this metric