File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ describe("operations protocol", function()
155
155
method = ' POST' ,
156
156
path = ' /hello%20world/42' ,
157
157
host = ' sts.amazonaws.com' ,
158
- port = 80 ,
158
+ port = 443 ,
159
159
query = {
160
160
RoleArn = ' hello' ,
161
161
RoleSessionName = ' world' ,
@@ -189,7 +189,7 @@ describe("operations protocol", function()
189
189
method = ' POST' ,
190
190
path = ' /hello%20world/42' ,
191
191
host = ' sts.amazonaws.com' ,
192
- port = 80 ,
192
+ port = 443 ,
193
193
body = {
194
194
subStructure = {
195
195
hello = " the default hello thinghy" ,
@@ -228,7 +228,7 @@ describe("operations protocol", function()
228
228
method = ' POST' ,
229
229
path = ' /hello%20world/42' ,
230
230
host = ' sts.amazonaws.com' ,
231
- port = 80 ,
231
+ port = 443 ,
232
232
body = {
233
233
subStructure = {
234
234
hello = " the default hello thinghy" ,
@@ -283,7 +283,7 @@ describe("operations protocol", function()
283
283
method = ' POST' ,
284
284
path = ' /hello%20world/42' ,
285
285
host = ' sts.amazonaws.com' ,
286
- port = 80 ,
286
+ port = 443 ,
287
287
body = {
288
288
RoleArn = {
289
289
[1 ] = ' hello' },
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ describe("S3 service", function()
34
34
s3_3rd = assert (aws :S3 {
35
35
scheme = " http" ,
36
36
endpoint = " testendpoint.com" ,
37
- port = 80 ,
37
+ port = 443 ,
38
38
tls = false ,
39
39
})
40
40
end )
@@ -83,7 +83,7 @@ describe("S3 service", function()
83
83
host = ' testbucket.testendpoint.com' ,
84
84
method = ' PUT' ,
85
85
path = ' /testkey' ,
86
- port = 80 ,
86
+ port = 443 ,
87
87
query = {},
88
88
tls = false ,
89
89
},
@@ -117,7 +117,7 @@ describe("S3 service", function()
117
117
[' host' ] = ' testbucket.testendpoint.com' ,
118
118
[' method' ] = ' GET' ,
119
119
[' path' ] = ' /testkey' ,
120
- [' port' ] = 80 ,
120
+ [' port' ] = 443 ,
121
121
[' query' ] = {},
122
122
[' tls' ] = false ,
123
123
}
@@ -152,7 +152,7 @@ describe("S3 service", function()
152
152
[' host' ] = ' testbucket.testendpoint.com' ,
153
153
[' method' ] = ' GET' ,
154
154
[' path' ] = ' ' ,
155
- [' port' ] = 80 ,
155
+ [' port' ] = 443 ,
156
156
[' query' ] = {
157
157
[' acl' ] = ' '
158
158
},
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ describe("S3 service", function()
36
36
s3_3rd = assert (aws :S3 {
37
37
scheme = " http" ,
38
38
endpoint = " testendpoint.com" ,
39
- port = 80 ,
39
+ port = 443 ,
40
40
tls = false ,
41
41
})
42
42
end )
@@ -85,7 +85,7 @@ describe("S3 service", function()
85
85
host = ' testendpoint.com' ,
86
86
method = ' PUT' ,
87
87
path = ' /testbucket/testkey' ,
88
- port = 80 ,
88
+ port = 443 ,
89
89
query = {},
90
90
tls = false ,
91
91
},
@@ -119,7 +119,7 @@ describe("S3 service", function()
119
119
[' host' ] = ' testendpoint.com' ,
120
120
[' method' ] = ' GET' ,
121
121
[' path' ] = ' /testbucket/testkey' ,
122
- [' port' ] = 80 ,
122
+ [' port' ] = 443 ,
123
123
[' query' ] = {},
124
124
[' tls' ] = false ,
125
125
}
@@ -154,7 +154,7 @@ describe("S3 service", function()
154
154
[' host' ] = ' testendpoint.com' ,
155
155
[' method' ] = ' GET' ,
156
156
[' path' ] = ' /testbucket' ,
157
- [' port' ] = 80 ,
157
+ [' port' ] = 443 ,
158
158
[' query' ] = {
159
159
[' acl' ] = ' '
160
160
},
You can’t perform that action at this time.
0 commit comments