cookbook 'remote_or_s3_file', '= 0.1.5'
remote_or_s3_file (6) Versions 0.1.5 Follow2
Recource wrapper for remote_file and aws_s3_file
cookbook 'remote_or_s3_file', '= 0.1.5', :supermarket
knife supermarket install remote_or_s3_file
knife supermarket download remote_or_s3_file
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
0.1.5 failed this metric
0.1.5 passed this metric