Cloudfiles is Rackspace's cloud object storage. It's simliar to Amazon S3 and is based on grunt-s3. This uses the [node-cloudfiles][nodecloudfiles] by Nodejitsu. This is all designed to work with Rackspace Cloudfiles and hasn't been tested on Open Stack.
- npm install grunt-cloudfiles OR add
grunt-cloudfiles
to your `package.json - Add
grunt.registerNpmTasks('grunt-cloudfiles');
togrunt.js
TODO - Talk about grunt.js setup
- Allow for destination folder in containeru
- Migreate to pkgcloud cloud
- Support grunt >= 0.4.0
- Auth and adding files
- Provide full management of files
- Implement meta tags