Skip to main content
Server path: /amazon-s3 | Type: Application | PCID required: Yes

Tools


amazon-s3_copy_object

Copy an object from one S3 location to another Parameters:

amazon-s3_create_folder

Create an empty folder in an S3 bucket Parameters:

amazon-s3_delete_file

Delete a file from S3 Parameters:

amazon-s3_delete_folder

Delete a folder and all its contents from S3 Parameters:

amazon-s3_download_file

Download a file from S3. IN WORKFLOWS: Files are automatically saved to Node Outputs - no manual save step needed. By default, automatically extracts text from supported document formats (PDF, DOCX, PPTX, XLSX) and includes it in the response. Text files (TXT, CSV) do not need extraction. STREAMING IS PREFERRED: Use stream=true (default) to get a pre-signed downloadUrl for efficient downloading of large files. Only use stream=false for small files (<2MB) that need immediate processing. Parameters:

amazon-s3_get_presigned_url

Generate a pre-signed URL for temporary access to an S3 object Parameters:

amazon-s3_list_buckets

List all buckets in your S3 account

amazon-s3_list_folder

List contents of a specific folder in a bucket, showing both files and subfolders Parameters:

amazon-s3_list_objects

List objects within a bucket with optional prefix and delimiter Parameters:

amazon-s3_upload_file

Upload a file to S3 from a URL source Parameters: