
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
imagine-cloudfiles
Advanced tools
Cloudfiles storage for Imagine.
If you haven't already done so, make sure to install imagine-cloudfiles in
your Imagine folder:
$ npm install imagine-cloudfiles
Then place something similar to the following into your config.json file for
Imagine:
"storage": "imagine-cloudfiles",
"imagine-cloudfiles": {
"user": "USER",
"key": "KEY",
"containerPrefix": "imagine-assets",
"containerHashLength": 4
}
Replace USER and KEY with your Cloudfiles account data.
In order to sufficiently distribute images across containers in Cloudfiles
without user input, Imagine-Cloudfiles places images into containers based on
an MD5 hash of the image name that is trimmed to the size of the
containerHashLength and prefixed with the containerPrefix. Simply reverse
this container hash operation to find which container an image file resides.
containerPrefix and containerHashLength can be changed to meet your needs.
You can change the default Cloudfiles host (auth.api.rackspacecloud.com) by
adding the following to the imagine-cloudfiles section of your config:
"host": "lon.auth.api.rackspacecloud.com"
If you're using Rackspace Cloud Servers, be sure to turn on ServiceNet for
fast, unmetered access to Cloudfiles by adding this to the imagine-cloudfiles
section of your config:
"servicenet": true
Imagine-Cloudfiles is distributed under the MIT License. See LICENSE for more details.
FAQs
Cloudfiles storage for Imagine
The npm package imagine-cloudfiles receives a total of 4 weekly downloads. As such, imagine-cloudfiles popularity was classified as not popular.
We found that imagine-cloudfiles demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.