OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
znew1aws-ses
/
vendor
/
aws
/
aws-sdk-php
/
features
/
multipart
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/16/2024 08:32:57 AM
rwxr-xr-x
📄
glacier.feature
483 bytes
08/16/2024 08:28:35 AM
rw-r--r--
📄
s3.feature
820 bytes
08/16/2024 08:28:35 AM
rw-r--r--
Editing: s3.feature
Close
@s3 @integ Feature: S3 Multipart Uploads Scenario Outline: Uploading a stream Given I have a <seekable> read stream When I upload the stream to S3 with a concurrency factor of "<concurrency>" Then the result should contain a(n) "ObjectURL" Examples: | seekable | concurrency | | seekable | 1 | | non-seekable | 1 | | seekable | 3 | | non-seekable | 3 | Scenario Outline: Copying a file Given I have an s3 client and an uploaded file named "<filename>" When I call multipartCopy on "<filename>" to a new key in the same bucket Then the new file should be in the bucket copied from "<filename>" Examples: | filename | | the-file | | the-?-file |