回答編集履歴
2
資料のURLをクリックできるようにしました(hyperlinkを設定しました)
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
-
- https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
9
|
+
- [https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html](https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html)
|
10
10
|
|
11
11
|
|
12
12
|
|
@@ -32,4 +32,4 @@
|
|
32
32
|
|
33
33
|
|
34
34
|
|
35
|
-
- https://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlUploadObject.html
|
35
|
+
- [https://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlUploadObject.html](https://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlUploadObject.html)
|
1
説明を少しわかりやすくしました
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
|
30
30
|
|
31
|
-
なお、署名付きURLは、AWSが提供するSDK(ライブラリ)
|
31
|
+
なお、署名付きURLは、AWSが提供するSDK(ライブラリ)などでも生成できます。もし自分が使っているプログラミング言語について、それ向けのAWS SDKがあるなら、signature生成のアルゴリズムを自分でプログラミングする必要はなくなります。
|
32
32
|
|
33
33
|
|
34
34
|
|