OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
zzaws-ses
/
vendor
/
aws
/
aws-sdk-php
/
features
/
s3
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 08:01:24 AM
rwxr-xr-x
📄
bucketKey.feature
219 bytes
08/14/2024 07:58:15 AM
rw-r--r--
📄
postObject.feature
700 bytes
08/14/2024 07:58:15 AM
rw-r--r--
📄
presignedUrls.feature
1.5 KB
08/14/2024 07:58:15 AM
rw-r--r--
Editing: postObject.feature
Close
@s3 @integ Feature: POST object uploads 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 |bucket-owner-read | And I provide an array of policy conditions as following: |key |value | |acl |bucket-owner-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