回答編集履歴
2
参考リンクにハイパーリンクを追加
answer
CHANGED
@@ -12,5 +12,5 @@
|
|
12
12
|
おそらくこれで疎通確認はできるかと思います。
|
13
13
|
|
14
14
|
参考
|
15
|
-
https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html
|
15
|
+
[https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html](https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html)
|
16
|
-
https://docs.aws.amazon.com/ja_jp/sdk-for-ruby/v3/developer-guide/setup-config.html
|
16
|
+
[https://docs.aws.amazon.com/ja_jp/sdk-for-ruby/v3/developer-guide/setup-config.html](https://docs.aws.amazon.com/ja_jp/sdk-for-ruby/v3/developer-guide/setup-config.html)
|
1
参考リンクを追加
answer
CHANGED
@@ -9,4 +9,8 @@
|
|
9
9
|
secret_access_key: Rails.application.credentials.dig(:aws, :secret_access_key),
|
10
10
|
)
|
11
11
|
```
|
12
|
-
おそらくこれで疎通確認はできるかと思います。
|
12
|
+
おそらくこれで疎通確認はできるかと思います。
|
13
|
+
|
14
|
+
参考
|
15
|
+
https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html
|
16
|
+
https://docs.aws.amazon.com/ja_jp/sdk-for-ruby/v3/developer-guide/setup-config.html
|