Skip to main content

AWS S3: List Directory of

  • Lists contents of an S3 directory
  • Supports pagination for large directories
  • Returns file metadata and continuation token
  • Can filter by prefix path

AWS S3: Get Signed URL of

  • Generates a pre-signed URL for temporary access
  • URL expires after specified TTL
  • Useful for secure file sharing
  • Supports private bucket access

AWS S3: Upload File to

  • Uploads file to S3 bucket
  • Supports custom metadata
  • Optional Object Lock configuration
  • Returns upload confirmation

AWS S3: Delete File

  • Deletes a file from S3 bucket
  • Permanent deletion (not recoverable)
  • No response alias needed
  • Use with caution

AWS S3: Create Var From File Resource

  • Reads file contents from S3
  • Returns file data
  • Useful for processing file contents
  • Supports all file types

AWS S3: Get File Metadata

  • Retrieves file metadata from S3
  • Returns size, last modified, etc.
  • Does not download file contents
  • Useful for file verification