cookbook 's3fs-c', '= 0.0.1'
s3fs-c (2) Versions 0.0.1 Follow1
Installs and configures s3fs-c for creating a file system in a S3 bucket
cookbook 's3fs-c', '= 0.0.1', :supermarket
knife supermarket install s3fs-c
knife supermarket download s3fs-c
Amazon S3fs Recipe
The purpose of this recipe is to create a s3fs driver for one of your amazon s3 buckets. It uses the modified s3fs-c fork, to be compatible with other S3 client's concepts of directory structures, maintained by Tong Wang
This recipe is a lightly modified version of 's3fs' by Tom Wilson.
Setup
To use simply include the following nodes in your json string:
# Amazon Keys
access_key:
secret_key:
# s3 bucket name
s3: { bucket: 'mybucket' }
What does it do?
It will install s3fs on your server, then it will create a folder that is named the same as your bucket in the /mnt directory. Lastly it will create a s3fs mount to your s3 bucket specified in your configuration.
Support
If you have any problems or change requests to this recipe please file an issue on this project's GitHub page.
Dependent cookbooks
git >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.