Skip to content

Commit 6942236

Browse files
authored
chore: remove outpost dualstack cases (#2818)
1 parent afa1e72 commit 6942236

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

tests/S3Control/EndpointArnMiddlewareTest.php

-28
Original file line numberDiff line numberDiff line change
@@ -511,19 +511,6 @@ public function providedFailureCases()
511511
],
512512
new UnresolvedEndpointException("Client was configured for partition `aws-us-gov` but ARN has `aws`")
513513
],
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-
],
527514
// Outposts accesspoint ARN, invalid ARN
528515
[
529516
'GetAccessPoint',
@@ -565,21 +552,6 @@ public function providedFailureCases()
565552
'Invalid configuration: region from ARN `fips-us-gov-west-1` does not match client region `us-gov-east-1` and UseArnRegion is `false`'
566553
)
567554
],
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-
],
583555
// Outposts bucket ARN, invalid ARN
584556
[
585557
'DeleteBucket',

0 commit comments

Comments
 (0)