cookbook 's3_cli', '~> 1.0.2'
s3_cli (3) Versions 1.0.2 Follow1
aws cli s3 wrapper resources
cookbook 's3_cli', '~> 1.0.2', :supermarket
knife supermarket install s3_cli
knife supermarket download s3_cli
s3_cli
Provides resources around awscli s3 commands.
For Production environment, always prefer the most recent release.
Most Recent Release
cookbook 's3_cli', '~> 1.0.2'
From Git
cookbook 's3_cli', github: 'vkhatri/chef-s3-cli', tag: 'v1.0.2'
Repository
https://github.com/vkhatri/chef-s3-cli
Supported OS
- Amazon Linux
- CentOS
Resources
s3_install
- install awscli pip modules3_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
- s3_umask (optional, Integer) - default ``, s3 cmd umask
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests (
chef exec rake
), ensuring they all pass - Write new resource/attribute description to
README.md
- Write description about changes to PR
- Submit a Pull Request using Github
Copyright & License
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.2
- Virender Khatri - Added umask execute resource attribute
1.0.1
- Virender Khatri - Updated README
1.0.0
Initial release.
Collaborator Number Metric
1.0.2 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.2 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.2 passed this metric
No Binaries Metric
1.0.2 passed this metric
Testing File Metric
1.0.2 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.2 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 include a tag that matches this cookbook version number
1.0.2 failed this metric
1.0.2 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.2 passed this metric
No Binaries Metric
1.0.2 passed this metric
Testing File Metric
1.0.2 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.2 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 include a tag that matches this cookbook version number
1.0.2 passed this metric
1.0.2 passed this metric
Testing File Metric
1.0.2 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.2 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 include a tag that matches this cookbook version number
1.0.2 failed this metric
1.0.2 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 include a tag that matches this cookbook version number