@@ -511,19 +511,6 @@ public function providedFailureCases()
511
511
],
512
512
new UnresolvedEndpointException ("Client was configured for partition `aws-us-gov` but ARN has `aws` " )
513
513
],
514
- // Outposts accesspoint ARN, dualstack
515
- [
516
- 'GetAccessPoint ' ,
517
- [
518
- 'AccountId ' => '123456789012 ' ,
519
- 'Name ' => 'arn:aws:s3-outposts:us-west-2:123456789012:outpost:op-01234567890123456:accesspoint:myaccesspoint '
520
- ],
521
- [
522
- 'region ' => 'us-west-2 ' ,
523
- 'use_dual_stack_endpoint ' => true ,
524
- ],
525
- new UnresolvedEndpointException ("Invalid configuration: Outpost Access Points do not support dual-stack " ),
526
- ],
527
514
// Outposts accesspoint ARN, invalid ARN
528
515
[
529
516
'GetAccessPoint ' ,
@@ -565,21 +552,6 @@ public function providedFailureCases()
565
552
'Invalid configuration: region from ARN `fips-us-gov-west-1` does not match client region `us-gov-east-1` and UseArnRegion is `false` '
566
553
)
567
554
],
568
- // Outposts bucket ARN, dualstack
569
- [
570
- 'DeleteBucket ' ,
571
- [
572
- 'AccountId ' => '123456789012 ' ,
573
- 'Bucket ' => 'arn:aws:s3-outposts:us-west-2:123456789012:outpost:op-01234567890123456:bucket:mybucket '
574
- ],
575
- [
576
- 'region ' => 'us-west-2 ' ,
577
- 'use_dual_stack_endpoint ' => true ,
578
- ],
579
- new UnresolvedEndpointException (
580
- "Invalid configuration: Outpost buckets do not support dual-stack "
581
- ),
582
- ],
583
555
// Outposts bucket ARN, invalid ARN
584
556
[
585
557
'DeleteBucket ' ,
0 commit comments