mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
commit
bdf63d44e2
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ It will return an {excon}[http://github.com/geemus/excon] response, which has `b
|
|||
|
||||
== Go forth and conquer
|
||||
|
||||
Play around and use the console to explore or check out {fog.io}[http://fog.io] for more details and examples. Once you are reading to start scripting fog, here is a quick hint on how to make connections without the command line thing to help you.
|
||||
Play around and use the console to explore or check out {fog.io}[http://fog.io] for more details and examples. Once you are ready to start scripting fog, here is a quick hint on how to make connections without the command line thing to help you.
|
||||
|
||||
# create a compute connection
|
||||
compute = Fog::Compute.new(:provider => 'AWS', :aws_access_key_id => ACCESS_KEY_ID, :aws_secret_access_key => SECRET_ACCESS_KEY)
|
||||
|
|
Loading…
Reference in a new issue