AWS S3: List Directory of
Example
Example
- 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
Example
Example
- 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
Example
Example
- Uploads file to S3 bucket
- Supports custom metadata
- Optional Object Lock configuration
- Returns upload confirmation
AWS S3: Delete File
Example
Example
- Deletes a file from S3 bucket
- Permanent deletion (not recoverable)
- No response alias needed
- Use with caution
AWS S3: Create Var From File Resource
Example
Example
- Reads file contents from S3
- Returns file data
- Useful for processing file contents
- Supports all file types
AWS S3: Get File Metadata
Example
Example
- Retrieves file metadata from S3
- Returns size, last modified, etc.
- Does not download file contents
- Useful for file verification