Skip to main content

Check S3 File Exists

Overview


Checks if a file exists on S3.

Input

S3 Check Exists

NameRequiredDescription
ConnectionAWS Connection.
BucketThe name of the S3 bucket where the file exists.
Object KeyThe key name for the file within the S3 bucket. e.g. prefix/file-name.file

Output

Exists True if the file exists, false otherwise.