cookbook 'remote_or_s3_file', '= 0.1.2'
remote_or_s3_file (6) Versions 0.1.2 Follow2
Recource wrapper for remote_file and aws_s3_file
cookbook 'remote_or_s3_file', '= 0.1.2', :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
remote_or_s3_file 'example.zip' do 'http://example.com/example.zip' end
Or from an S3 bucket
remote_or_s3_file 'example.zip' do 's3://example/example.zip' end
Dependent cookbooks
aws >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
0.1.2 passed this metric
0.1.2 passed this metric