Currently we use Head Object call to check if an object exists in a bucket by specifying a key. However this throws an error and fills up the error logs.
Feature request: specialised node that will check if an Object exists and return false if it does not, and output of Head Object if it does.
Currently we use Head Object call to check if an object exists in a bucket by specifying a key. However this throws an error and fills up the error logs.
Feature request: specialised node that will check if an Object exists and return
false
if it does not, and output of Head Object if it does.