rails/activestorage/lib
yuuji.yaginuma 9d65ac30fd Use credentials instead of keyfile in GCS sevice
The `keyfile` was renamed to `credentials` in `google-cloud-storage` 1.8.0.
https://github.com/GoogleCloudPlatform/google-cloud-ruby/blob/master/google-cloud-storage/CHANGELOG.md#180--2017-11-14

Although `keyfile` can still be used, but it looks like deprecate.
ddf7b2a856/google-cloud-storage/lib/google/cloud/storage.rb (L589...L590)

Therefore, I think that should use `credentials` in newly generated
applications.

Ref: https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues/1802
2017-11-29 13:17:04 +09:00
..
active_storage Use credentials instead of keyfile in GCS sevice 2017-11-29 13:17:04 +09:00
tasks Change namespace of Active Storage rake task 2017-08-16 19:20:22 +09:00
active_storage.rb Permit configuring Active Storage's job queue 2017-11-03 11:29:21 -04:00