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: presignedUrls.feature @s3 @integ Feature: Pre-signed URLs Scenario: Get an object with a pre-signed request Given I have uploaded an object to S3 with a key of "file.ext" and a body of "abc123" When I create a pre-signed request for a "GetObject" command with: | key | value | | Key | file.ext | Then the contents of the response to the presigned request should be "abc123" Scenario: Put an object with a pre-signed request Given I create a pre-signed request for a "PutObject" command with: | key | value | | Key | foo.bar | | Body | xxx_yyy_zzz | And I send the pre-signed request When I create a pre-signed request for a "GetObject" command with: | key | value | | Key | foo.bar | Then the contents of the response to the presigned request should be "xxx_yyy_zzz" Scenario: Put an unsigned object with a pre-signed request Given I create a pre-signed request for a "PutObject" command with: | key | value | | Key | foo.bar | | Body | xxx_yyy_zzz | | ContentSHA256 | UNSIGNED-PAYLOAD | And I change the body of the pre-signed request to be "zzz_yyy_xxx" And I send the pre-signed request When I create a pre-signed request for a "GetObject" command with: | key | value | | Key | foo.bar | Then the contents of the response to the presigned request should be "zzz_yyy_xxx" 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