The S3 sink allows you to write the output of the job to an AWS S3 bucket. This is useful if you want to easily persist the output of your project API runs and easily access them later.
Only jobs support the AWS S3 sink.
The S3 sink requires the following configurations:
The output file is a .json
file that contains the result of the API run with additional information. Check out the sink body page for more information on the output file content of the S3 sink.
The S3 sink allows you to write the output of the job to an AWS S3 bucket. This is useful if you want to easily persist the output of your project API runs and easily access them later.
Only jobs support the AWS S3 sink.
The S3 sink requires the following configurations:
The output file is a .json
file that contains the result of the API run with additional information. Check out the sink body page for more information on the output file content of the S3 sink.