Registry / cloud / fog
library2.3.0rbrubygemsunverified

A Ruby cloud services library supporting multiple cloud providers including AWS, Rackspace, and Linode.

gem install fog
INSTALL
IMPORT
SIG · FOG
F
fog
cloudrubyv2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Fog
require 'fog'

Connect to AWS EC2 and list servers using Fog.

require 'fog' # Connect to AWS EC2 compute = Fog::Compute.new(provider: 'AWS', aws_access_key_id: 'key', aws_secret_access_key: 'secret') servers = compute.servers
Debug
Known issues
breakingFog 2.0+ removed support for some providers
fix
Check the changelog for provider-specific changes.
affects: >= 2.0.0
Upgrade
Version history
2.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
2
Resources
fog — gem install fog · libregistry