Currently, I make a GetObjectMetaDataRequest
, if the GetObjectMetaDataResponse
throw an exception means the object doesn't exist. Is there a better way to check whether the file exists without downloading the file.
Currently, I make a GetObjectMetaDataRequest
, if the GetObjectMetaDataResponse
throw an exception means the object doesn't exist. Is there a better way to check whether the file exists without downloading the file.