Skip to main content

Recipe

This recipe shows how to upload files to S3 with uploadFileToS3 (TypeScript) or upload_file_to_s3 (Python).

Using uploadFileToS3 / upload_file_to_s3

TypeScript

Using saveFileToS3 / save_file_to_s3

saveFileToS3 (TypeScript) or save_file_to_s3 (Python) combines downloading and uploading in one step.
TypeScript

uploadFileToS3 (TypeScript)

TypeScript SDK helper for uploading files to S3

upload_file_to_s3 (Python)

Python SDK helper for uploading files to S3

saveFileToS3 (TypeScript)

TypeScript SDK helper for downloading and uploading to S3 in one step

save_file_to_s3 (Python)

Python SDK helper for downloading and uploading to S3 in one step

Cookbook (Python)

Python quick recipes in the Intuned Cookbook

Cookbook (TypeScript)

TypeScript quick recipes in the Intuned Cookbook