AWS S3
Object Exists
2min
overview the object exists action checks if an s3 object is found in the specified amazon s3 bucket inputs & outputs \[i] access key ( string ) the access key for the aws account \[i] secret key ( string ) the secret key associated with the access key \[i] region ( string ) the aws region where the s3 bucket is located \[i] bucket ( string ) the name of the amazon s3 bucket to search in \[i] object key ( string ) this is a user defined key that identifies the object in the bucket make sure to include all prefixes, split by the '/' character, since the full file path is needed for interrogation \[o] result ( boolean ) returns true if the object was successfully found, false if not important notes ensure that the provided access key and secret key have the necessary permissions to access the specified s3 bucket double check the correctness of the region, bucket name, and object key to avoid errors in the search process