Skip to content

Commit 06cdc9d

Browse files
author
AWS
committed
Amazon S3 on Outposts Update: Remove incorrect endpoint tests
1 parent a77f80a commit 06cdc9d

File tree

3 files changed

+9
-45
lines changed

3 files changed

+9
-45
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon S3 on Outposts",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/s3outposts/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -416,17 +416,6 @@
416416
"UseDualStack": false
417417
}
418418
},
419-
{
420-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
421-
"expect": {
422-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
423-
},
424-
"params": {
425-
"Region": "us-iso-east-1",
426-
"UseFIPS": true,
427-
"UseDualStack": true
428-
}
429-
},
430419
{
431420
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
432421
"expect": {
@@ -440,17 +429,6 @@
440429
"UseDualStack": false
441430
}
442431
},
443-
{
444-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
445-
"expect": {
446-
"error": "DualStack is enabled but this partition does not support DualStack"
447-
},
448-
"params": {
449-
"Region": "us-iso-east-1",
450-
"UseFIPS": false,
451-
"UseDualStack": true
452-
}
453-
},
454432
{
455433
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
456434
"expect": {
@@ -464,17 +442,6 @@
464442
"UseDualStack": false
465443
}
466444
},
467-
{
468-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
469-
"expect": {
470-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
471-
},
472-
"params": {
473-
"Region": "us-isob-east-1",
474-
"UseFIPS": true,
475-
"UseDualStack": true
476-
}
477-
},
478445
{
479446
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
480447
"expect": {
@@ -488,17 +455,6 @@
488455
"UseDualStack": false
489456
}
490457
},
491-
{
492-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
493-
"expect": {
494-
"error": "DualStack is enabled but this partition does not support DualStack"
495-
},
496-
"params": {
497-
"Region": "us-isob-east-1",
498-
"UseFIPS": false,
499-
"UseDualStack": true
500-
}
501-
},
502458
{
503459
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
504460
"expect": {

services/s3outposts/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"s3-outposts",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceAbbreviation":"Amazon S3 Outposts",
910
"serviceFullName":"Amazon S3 on Outposts",
1011
"serviceId":"S3Outposts",
1112
"signatureVersion":"v4",
1213
"signingName":"s3-outposts",
13-
"uid":"s3outposts-2017-07-25"
14+
"uid":"s3outposts-2017-07-25",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"CreateEndpoint":{

0 commit comments

Comments
 (0)