Skip to content

Commit

Permalink
Merge pull request #2661 from cou929/remove-reprecated-config
Browse files Browse the repository at this point in the history
remove deprecated configuration from README
  • Loading branch information
mshibuya committed Mar 26, 2023
2 parents fd03ddd + 4e7dd40 commit 6c4df8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -840,7 +840,6 @@ Please read the [fog-google README](https://github.com/fog/fog-google/blob/maste
For Google Storage JSON API (recommended):
```ruby
CarrierWave.configure do |config|
config.fog_provider = 'fog/google'
config.fog_credentials = {
provider: 'Google',
google_project: 'my-project',
Expand All @@ -854,7 +853,6 @@ end
For Google Storage XML API:
```ruby
CarrierWave.configure do |config|
config.fog_provider = 'fog/google'
config.fog_credentials = {
provider: 'Google',
google_storage_access_key_id: 'xxxxxx',
Expand Down

0 comments on commit 6c4df8c

Please sign in to comment.