Below is an example of GCS settings in storage.yml:
google:
service: GCS
credentials: <%= Rails.root.join("path/to/keyfile.json") %>
project: ""
bucket: ""
Since there is already project_id inside credentials, what is the purpose of project? Does this make any difference if I omit this key?