File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features/concurrencyLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: requests.feature @s3 @integ Feature: Concurrent Requests Scenario: Sending a normal, synchronous request Given I have a "s3" client When I call the "ListBuckets" API Then the value at "Owner.ID" should be a "string" Scenario: Sending a promised, synchronous request Given I have a "s3" client When I call the "ListBuckets" API asynchronously And I wait on the promise Then the value at "Owner.ID" should be a "string" Scenario: Sending requests asynchronously Given a promise composed of the following asynchronous operations: | service | command | payload | | s3 | ListBuckets | | | s3 | ListBuckets | | | s3 | ListBuckets | | When I wait on the promise Then there should be 3 results And there should be 1 value at "[*].Owner.ID" Scenario: Sending commands concurrently Given a pool composed of the following commands: | service | command | payload | | s3 | ListBuckets | | | s3 | ListBuckets | | | s3 | ListBuckets | | When I send the commands as a batch to "s3" Then there should be 3 results And there should be 1 value at "[*].Owner.ID" Scenario: Sending requests asynchronously to multiple services Given a promise composed of the following asynchronous operations: | service | command | payload | | s3 | ListBuckets | | | dynamodb | ListTables | | | sqs | ListQueues | | When I wait on the promise Then there should be 3 results Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirrequests.featureFile1.57 KB Rename | Delete | Edit