OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
/
features
/
multipart
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:56:09 AM
rwxr-xr-x
📄
glacier.feature
483 bytes
08/14/2024 10:51:40 AM
rw-r--r--
📄
s3.feature
820 bytes
08/14/2024 10:51:40 AM
rw-r--r--
Editing: glacier.feature
Close
@glacier @integ Feature: Glacier Multipart Uploads Scenario Outline: Uploading a stream Given I have a <seekable> read stream When I upload the stream to Glacier with a concurrency factor of "<concurrency>" Then the result should contain a(n) "location" Examples: | seekable | concurrency | | seekable | 1 | | non-seekable | 1 | | seekable | 3 | | non-seekable | 3 |