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

s3_file (34) Versions 1.1.0

Installs/Configures s3_file LWRP

Policyfile
Berkshelf
Knife
cookbook 's3_file', '= 1.1.0', :supermarket
cookbook 's3_file', '= 1.1.0'
knife supermarket install s3_file
knife supermarket download s3_file
README
Dependencies
Quality -%
= DESCRIPTION: An LWRP that can be used to fetch files from S3. I created this LWRP to solve the chicken-and-egg problem of fetching files from S3 on the first Chef run on a newly provisioned machine. Ruby libraries that are installed on that first run are not available to Chef during the run, so I couldn't use a library like Fog to get what I needed from S3. This LWRP has no dependencies beyond the Ruby standard library, so it can be used on the first run of Chef. = REQUIREMENTS: An Amazon Web Services account and something in S3 to fetch. = USAGE: s3_file acts like other file resources. The only supported action is :create, which is the default. Attribute Parameters:   * `aws_access_key_id` - your AWS access key id. * `aws_secret_access_key` - your AWS secret access key. * `bucket` - the bucket to pull from. * `remote_path` - the S3 key to pull. * `owner` - the owner of the file. (optional) * `group` - the group owner of the file. (optional) * `mode` - the octal mode of the file. (optional) Example: s3_file "/tmp/somefile" do remote_path "/my/s3/key" bucket "my-s3-bucket" aws_access_key_id "mykeyid" aws_secret_access_key "mykey" owner "me" group "mygroup" mode "0644" action :create end

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

arcgis-repository Applicable Versions
chefgithook Applicable Versions
letsencryptaws Applicable Versions
nexus_repository_manager Applicable Versions
opsworks_ruby Applicable Versions
s3_dir Applicable Versions
tfs Applicable Versions

No quality metric results found