提交 ee033fd1 编写于 作者: R Ryuta Kamizono 提交者: GitHub

Merge pull request #30659 from y-yagi/follow_up_of_30650

Use credentials in `storage.yml` template
......@@ -10,7 +10,7 @@ local:
# amazon:
# service: S3
# access_key_id: <%%= Rails.application.credentials.dig(:aws, :access_key_id) %>
# secret_access_key: <%%= Rails.application.secrets.dig(:aws, :secret_access_key) %>
# secret_access_key: <%%= Rails.application.credentials.dig(:aws, :secret_access_key) %>
# region: us-east-1
# bucket: your_own_bucket
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册