@@ -140,118 +140,6 @@ public void For_region_usgovwest1_with_FIPS_disabled_and_DualStack_enabled_Test(
140
140
Assert . AreEqual ( "https://s3vectors.us-gov-west-1.api.aws" , endpoint . URL ) ;
141
141
}
142
142
143
- [ TestMethod ]
144
- [ TestCategory ( "UnitTest" ) ]
145
- [ TestCategory ( "Endpoints" ) ]
146
- [ TestCategory ( "S3Vectors" ) ]
147
- [ Description ( "For region us-iso-east-1 with FIPS enabled and DualStack enabled" ) ]
148
- public void For_region_usisoeast1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
149
- {
150
- var parameters = new S3VectorsEndpointParameters ( ) ;
151
- parameters [ "Region" ] = "us-iso-east-1" ;
152
- parameters [ "UseFIPS" ] = true ;
153
- var endpoint = new AmazonS3VectorsEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
154
- Assert . AreEqual ( "https://s3vectors-fips.us-iso-east-1.c2s.ic.gov" , endpoint . URL ) ;
155
- }
156
-
157
- [ TestMethod ]
158
- [ TestCategory ( "UnitTest" ) ]
159
- [ TestCategory ( "Endpoints" ) ]
160
- [ TestCategory ( "S3Vectors" ) ]
161
- [ Description ( "For region us-iso-east-1 with FIPS disabled and DualStack enabled" ) ]
162
- public void For_region_usisoeast1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
163
- {
164
- var parameters = new S3VectorsEndpointParameters ( ) ;
165
- parameters [ "Region" ] = "us-iso-east-1" ;
166
- parameters [ "UseFIPS" ] = false ;
167
- var endpoint = new AmazonS3VectorsEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
168
- Assert . AreEqual ( "https://s3vectors.us-iso-east-1.c2s.ic.gov" , endpoint . URL ) ;
169
- }
170
-
171
- [ TestMethod ]
172
- [ TestCategory ( "UnitTest" ) ]
173
- [ TestCategory ( "Endpoints" ) ]
174
- [ TestCategory ( "S3Vectors" ) ]
175
- [ Description ( "For region us-isob-east-1 with FIPS enabled and DualStack enabled" ) ]
176
- public void For_region_usisobeast1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
177
- {
178
- var parameters = new S3VectorsEndpointParameters ( ) ;
179
- parameters [ "Region" ] = "us-isob-east-1" ;
180
- parameters [ "UseFIPS" ] = true ;
181
- var endpoint = new AmazonS3VectorsEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
182
- Assert . AreEqual ( "https://s3vectors-fips.us-isob-east-1.sc2s.sgov.gov" , endpoint . URL ) ;
183
- }
184
-
185
- [ TestMethod ]
186
- [ TestCategory ( "UnitTest" ) ]
187
- [ TestCategory ( "Endpoints" ) ]
188
- [ TestCategory ( "S3Vectors" ) ]
189
- [ Description ( "For region us-isob-east-1 with FIPS disabled and DualStack enabled" ) ]
190
- public void For_region_usisobeast1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
191
- {
192
- var parameters = new S3VectorsEndpointParameters ( ) ;
193
- parameters [ "Region" ] = "us-isob-east-1" ;
194
- parameters [ "UseFIPS" ] = false ;
195
- var endpoint = new AmazonS3VectorsEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
196
- Assert . AreEqual ( "https://s3vectors.us-isob-east-1.sc2s.sgov.gov" , endpoint . URL ) ;
197
- }
198
-
199
- [ TestMethod ]
200
- [ TestCategory ( "UnitTest" ) ]
201
- [ TestCategory ( "Endpoints" ) ]
202
- [ TestCategory ( "S3Vectors" ) ]
203
- [ Description ( "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled" ) ]
204
- public void For_region_euisoewest1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
205
- {
206
- var parameters = new S3VectorsEndpointParameters ( ) ;
207
- parameters [ "Region" ] = "eu-isoe-west-1" ;
208
- parameters [ "UseFIPS" ] = true ;
209
- var endpoint = new AmazonS3VectorsEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
210
- Assert . AreEqual ( "https://s3vectors-fips.eu-isoe-west-1.cloud.adc-e.uk" , endpoint . URL ) ;
211
- }
212
-
213
- [ TestMethod ]
214
- [ TestCategory ( "UnitTest" ) ]
215
- [ TestCategory ( "Endpoints" ) ]
216
- [ TestCategory ( "S3Vectors" ) ]
217
- [ Description ( "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled" ) ]
218
- public void For_region_euisoewest1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
219
- {
220
- var parameters = new S3VectorsEndpointParameters ( ) ;
221
- parameters [ "Region" ] = "eu-isoe-west-1" ;
222
- parameters [ "UseFIPS" ] = false ;
223
- var endpoint = new AmazonS3VectorsEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
224
- Assert . AreEqual ( "https://s3vectors.eu-isoe-west-1.cloud.adc-e.uk" , endpoint . URL ) ;
225
- }
226
-
227
- [ TestMethod ]
228
- [ TestCategory ( "UnitTest" ) ]
229
- [ TestCategory ( "Endpoints" ) ]
230
- [ TestCategory ( "S3Vectors" ) ]
231
- [ Description ( "For region us-isof-south-1 with FIPS enabled and DualStack enabled" ) ]
232
- public void For_region_usisofsouth1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
233
- {
234
- var parameters = new S3VectorsEndpointParameters ( ) ;
235
- parameters [ "Region" ] = "us-isof-south-1" ;
236
- parameters [ "UseFIPS" ] = true ;
237
- var endpoint = new AmazonS3VectorsEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
238
- Assert . AreEqual ( "https://s3vectors-fips.us-isof-south-1.csp.hci.ic.gov" , endpoint . URL ) ;
239
- }
240
-
241
- [ TestMethod ]
242
- [ TestCategory ( "UnitTest" ) ]
243
- [ TestCategory ( "Endpoints" ) ]
244
- [ TestCategory ( "S3Vectors" ) ]
245
- [ Description ( "For region us-isof-south-1 with FIPS disabled and DualStack enabled" ) ]
246
- public void For_region_usisofsouth1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
247
- {
248
- var parameters = new S3VectorsEndpointParameters ( ) ;
249
- parameters [ "Region" ] = "us-isof-south-1" ;
250
- parameters [ "UseFIPS" ] = false ;
251
- var endpoint = new AmazonS3VectorsEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
252
- Assert . AreEqual ( "https://s3vectors.us-isof-south-1.csp.hci.ic.gov" , endpoint . URL ) ;
253
- }
254
-
255
143
[ TestMethod ]
256
144
[ TestCategory ( "UnitTest" ) ]
257
145
[ TestCategory ( "Endpoints" ) ]
0 commit comments