cookbook 's3_dir', '= 1.0.1'
s3_dir (10) Versions 1.0.1 Follow1
Installs/Configures s3_dir
cookbook 's3_dir', '= 1.0.1', :supermarket
knife supermarket install s3_dir
knife supermarket download s3_dir
s3_dir
This cookbook leverages s3_file to recursively download all of the files in a specified S3 "directory."
Usage
s3_dir Resource
s3_dir '/local/path' do bucket 's3.bucket.name' dir 's3 directory' owner 'local_owner' group 'local_group' mode 0644 recursive true access_key_id ACCESS_KEY secret_access_key SECRET_ACCESS_KEY end
-
name
- The local path where the files should be downloaded to -
bucket
- The S3 bucket name you want to download from -
dir
- The directory within the bucket where the files will come from -
owner
- What you want the local file/directory owner to be set to -
group
- What you want the local file/directory group to be set to -
mode
- File permissions. Created directories will inherit these permissions plus executability. -
recursive
- Whether parent directories ofname
should be created recursively -
access_key_id
- AWS Access Key ID -
secret_access_key
- AWS Secret Key
Contributing
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
License and Authors
Author:: EverTrue, Inc. (devops@evertrue.com)
Dependent cookbooks
s3_file >= 2.3.0 |
et_fog >= 1.0.5 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.