Examples
Arguments
The Playwright Page object to use for downloading
Maximum time in seconds to wait for download to start. Defaults to 5.
Optional S3Configs to customize the S3 upload.
If not provided, uses environment variables (
AWS_ACCESS_KEY_ID,
AWS_SECRET_ACCESS_KEY, AWS_REGION, AWS_ENDPOINT_URL, AWS_BUCKET). If
environment variables aren’t set, uses default Intuned S3 settings.Optional custom filename for the uploaded file. If not provided, uses the
original filename or generates a unique name.
Optional MIME type for the uploaded file (e.g., “application/pdf”,
“image/png”). If None, uses the original content type.