cookbook 'remote_or_s3_file', '~> 0.1.6'
remote_or_s3_file (6) Versions 0.1.6 Follow2
Recource wrapper for remote_file and aws_s3_file
cookbook 'remote_or_s3_file', '~> 0.1.6', :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.6 failed this metric
            Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
        
      Foodcritic Metric
        
            0.1.6 failed this metric
            FC066: Ensure chef_version is set in metadata: remote_or_s3_file/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: remote_or_s3_file/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
        
      No Binaries Metric
        
            0.1.6 passed this metric
        
  
0.1.6 failed this metric
            0.1.6 failed this metric
            FC066: Ensure chef_version is set in metadata: remote_or_s3_file/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: remote_or_s3_file/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
        
            0.1.6 passed this metric
        
  
0.1.6 passed this metric