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_cli (3) Versions 1.0.1

aws cli s3 wrapper resources

Policyfile
Berkshelf
Knife
cookbook 's3_cli', '= 1.0.1', :supermarket
cookbook 's3_cli', '= 1.0.1'
knife supermarket install s3_cli
knife supermarket download s3_cli
README
Dependencies
Changelog
Quality 50%

s3_cli

Cookbook Build Status

Provides resources around awscli s3 commands.

For Production environment, always prefer the most recent release.

Most Recent Release

cookbook 's3_cli', '~> 1.0.1'

From Git

cookbook 's3_cli', github: 'vkhatri/chef-s3-cli',  tag: 'v1.0.1'

Repository

https://github.com/vkhatri/chef-s3-cli

Supported OS

  • Amazon Linux
  • CentOS

Resources

  • s3_install - install awscli pip module

  • s3_cp - copy s3 local data

Resource s3_install

LWRP example

s3_install 'default'

LWRP Options

setup_epel_repo
- action (optional) - default :install, options: :install, :uninstall
- setup_epel_repo (optional, True/False) - default true, include recipe yum-epel for centos & redhat platform

Resource s3_cp

LWRP example
```ruby
s3_cp 'copy local file to s3' do
s3_source '/tmp/object'
s3_destination 's3://BUCKET/object'
end

s3_cp 'copy s3 to local directory' do
s3_source's3://BUCKET/object'
s3_destination '/tmp/'
end
```

LWRP Options

  • action (optional) - default :cp, options: :cp
  • s3_source (optional, String) - default ``, aws s3 cp source
  • s3_destination (optional, String) - default ``, aws s3 cp destination
  • create_destination_dir (optional, True/False) - default false, creates s3 destination local path directory
  • username (optional, String) - default nil, user name to execute s3 command
  • groupname (optional, String) - default ``, group name to execute s3 command
  • s3_cli (optional, String) - default nil, awscli binary path
  • s3_cli_options (optional, String) - default ``, s3 cmd options
  • s3_cli_retries (optional, Integer) - default 3, s3 cmd retries
  • s3_creates (optional, String) - default ``, s3 cmd guard to check if file exists

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests (chef exec rake), ensuring they all pass
  6. Write new resource/attribute description to README.md
  7. Write description about changes to PR
  8. Submit a Pull Request using Github

Authors:: Virender Khatri and Contributors

<pre>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
</pre>

Dependent cookbooks

yum-epel >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

s3_cli CHANGELOG

This file is used to list changes made in each version of the s3_cli cookbook.

1.0.1

  • Virender Khatri - Updated README

1.0.0

Initial release.

Collaborator Number Metric
            

1.0.1 failed this metric

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

Contributing File Metric
            

1.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.1 passed this metric

No Binaries Metric
            

1.0.1 passed this metric

Testing File Metric
            

1.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.1 passed this metric