
Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
S3
Amazon Simple Storage Service (Amazon S3) is an object storage service offering industry-leading scalability, data availability, security, and performance.
s3 Integration
Description
<s3Integration> - command for integration with s3
Required parameters:
alias - unique name of the integration
enabled - a boolean flag to enable/disable integration
truncate - a boolean flag to enable/disable that data will be cleared or not before each test run
region - specifies the AWS region for S3
endpoint - specifies the endpoint or URL for the S3
accessKeyId - specifies a unique identifier for authentication
secretAccessKey - specifies secret key for authentication
s3 command
Description
<s3> - command to interact with s3 integration
There are two types:
file - to interact with files
bucket - to interact with buckets
Required attribute for each type:
comment
alias
Optional attribute for each type:
condition - condition according to which this test step will or won't be executed
threshold - parameter, that sets the maximum allowed test step execution time
Required parameters according to the type:
bucket
comment
create - create a new bucket
remove - remove existing bucket by name
file
comment
bucket
key - unique key for a specific file in the selected bucket
upload - upload any file by name that is in the same folder as the scenario
download - download any file by selecting the key and comparing it according to the specified file or value
file - comparison according to the specified file that is in the same folder as scenario
value - comparison according to the specified value
remove - remove any file by selected key
Copyright © Knubisoft