質問編集履歴

1

追記

2018/11/02 07:15

投稿

waccisuki
waccisuki

スコア8

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  ■試したこと
30
30
 
31
- バケットポリシーの変更
31
+ バケットポリシーの変更
32
32
 
33
33
 
34
34
 
@@ -58,4 +58,34 @@
58
58
 
59
59
 
60
60
 
61
+
62
+
63
+ ② Static website hostingリダイレクトルール (任意)の追加
64
+
65
+
66
+
67
+ <RoutingRules>
68
+
69
+ <RoutingRule>
70
+
71
+ <Condition>
72
+
73
+ <KeyPrefixEquals>/index.html</KeyPrefixEquals>
74
+
75
+ </Condition>
76
+
77
+ <Redirect>
78
+
79
+ <HostName>aaa.com</HostName>
80
+
81
+ <ReplaceKeyWith>/</ReplaceKeyWith>
82
+
83
+ </Redirect>
84
+
85
+ </RoutingRule>
86
+
87
+ </RoutingRules>
88
+
89
+
90
+
61
91
  AWSに詳しい方よろしくお願いいたします。