A new plugin install and mount s3fs volume on an instance using PoolParty.
git clone git://github.com/jashmenn/poolparty-s3fs-plugin.git
NOTICE You must have already created your S3 bucket. This plugin will not create it for you.
cloud(:app) ... s3fs(:bucket => "my-fun-bucket") ... end
This will be mounted at /mnt/my-fun-bucket You can mount multiple buckets and/or change the mount point:
/mnt/my-fun-bucket
s3fs do bucket "my-fun-bucket" bucket "my-other-bucket", "/mnt/a-disk" end
PoolParty s3fs Plugin
Goal
A new plugin install and mount s3fs volume on an instance using PoolParty.
Getting it
git clone git://github.com/jashmenn/poolparty-s3fs-plugin.git
Usage
NOTICE You must have already created your S3 bucket. This plugin will not
create it for you.
This will be mounted at
/mnt/my-fun-bucketYou can mount multiple buckets and/or change the mount point:
References: