File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features/performanceLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: streaming.feature # language: en @performance @streaming Feature: Streaming transfers consume a fixed amount of memory Scenario Outline: Streaming uploads are O(1) in memory usage Given I have a <bytes> byte file And I take a snapshot of my resources When I upload the file Then I should not have leaked any resources Examples: | bytes | | 2097152 | | 209715200 | Scenario Outline: Streaming download are O(1) in memory usage Given I have a <bytes> byte file And I take a snapshot of my resources When I upload the file And then download the file Then I should not have leaked any resources Examples: | bytes | | 2097152 | | 209715200 | Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirclients.featureFile615.00 B Rename | Delete | Editstreaming.featureFile713.00 B Rename | Delete | Edit