fix 404 error message

This commit is contained in:
kontrollanten 2020-12-10 10:25:03 +01:00 committed by Andrew Gaul
parent 51f65d7b14
commit d1c638ab7a

View File

@ -3486,7 +3486,7 @@ static int s3fs_check_service()
S3FS_PRN_CRIT("invalid credentials(host=%s) - result of checking service.", s3host.c_str());
}else if(responseCode == 404){
S3FS_PRN_CRIT("bucket not found(host=%s) - result of checking service.", s3host.c_str());
S3FS_PRN_CRIT("bucket or key not found(host=%s) - result of checking service.", s3host.c_str());
}else{
// another error