Skip to content

Commit

Permalink
Merge pull request #1905 from icco/patch-1
Browse files Browse the repository at this point in the history
Update README with correct fog-google information
  • Loading branch information
thiagofm committed Mar 28, 2016
2 parents a2c93fe + 6669414 commit 34cd8a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -742,13 +742,14 @@ the url to the file on Rackspace Cloud Files.

```ruby
gem "fog-google"
gem "google-api-client", "< 0.9", ">= 0.6.2"
gem "mime-types"
```

You'll need to configure a directory (also known as a bucket), access key id and secret access key in the initializer.
For the sake of performance it is assumed that the directory already exists, so please create it if need be.

# [here](http://gs-#-redirect.appspot.com/) and get your credentials [here](https://storage.cloud.google.com/m)
under the section “Interoperable Access”.
Please read the [fog-google README](https://github.com/fog/fog-google/blob/master/README.md) on how to get credentials.


```ruby
Expand Down

0 comments on commit 34cd8a3

Please # to comment.