From c874dbd080fd1e9423f5e859f556d5b76f681d6d Mon Sep 17 00:00:00 2001 From: Nat Welch Date: Tue, 11 Sep 2012 18:16:10 -0700 Subject: [PATCH] [google/storage] Fix docs for new GCS urls. --- docs/storage/index.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/storage/index.markdown b/docs/storage/index.markdown index 8c6d6d2c8..21a74f339 100644 --- a/docs/storage/index.markdown +++ b/docs/storage/index.markdown @@ -5,9 +5,9 @@ title: Storage Having Ruby experience makes you hirable; but how can you stand out? You need to demonstrate your abilities. What better way than using Ruby and "the cloud" to store and serve your resume! -In this blog post you will learn to use fog - the cloud computing library - to upload your resume to Amazon's Simple Storage Service (S3), Rackspace's CloudFiles or Google's Storage for Developers. +In this blog post you will learn to use fog - the cloud computing library - to upload your resume to Amazon's Simple Storage Service (S3), Rackspace's CloudFiles or Google's Cloud Storage. -Here's my out of date resume stored on S3, CloudFiles and Google Storage; programmatically stored in the cloud using this tutorial. NOTE: my boss would like me to add that I'm not currently looking for a new gig ;) +Here's my out of date resume stored on S3, CloudFiles and Google Storage; programmatically stored in the cloud using this tutorial. NOTE: my boss would like me to add that I'm not currently looking for a new gig ;) Check out those cloud-specific URLs! You could put all three in your job application, add the Ruby source for how you did it, and have your choice of Ruby jobs for being so awesome! @@ -125,9 +125,9 @@ Pop that link in an email and you should be ready to cruise job ads and send you More clouds? How much extra stuff will you have to do for these services!?! Hardly anything needs to change, you just have to pass slightly different credentials in, but I'm getting ahead of myself. -## Google Storage for Developers +## Google Cloud Storage -Sign up here and get your credentials here. +Sign up here and get your credentials here under the section "Interoperable Access". connection = Fog::Storage.new({ :provider => 'Google',