File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features/s3Linux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: postObject.feature @s3 @integ Feature: POST object uploads Scenario: Upload an object via POST object with Signature V2 Given I have an s3 client and I have a file And I have an array of form inputs as following: |key |value | |acl |public-read | And I provide a json string policy as following: """ {"expiration":"2026-04-25T22:53:16Z", "conditions":[{"acl":"public-read"}]} """ When I create a POST object SigV2 with inputs and policy And I make a HTTP POST request Then the file called "file.ext" is uploaded Scenario: Upload an object via POST object with Signature V4 Given I have an s3 client and I have a file And I have an array of form inputs as following: |key |value | |acl |public-read | And I provide an array of policy conditions as following: |key |value | |acl |public-read | And I want the policy expires after "+ 2 hours" When I create a POST object SigV4 with inputs and policy And I make a HTTP POST request Then the file called "file.ext" is uploaded Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirbucketKey.featureFile213.00 B Rename | Delete | EditpostObject.featureFile1.25 KB Rename | Delete | EditpresignedUrls.featureFile1.47 KB Rename | Delete | Edit