diff --git a/src/s3fs.cpp b/src/s3fs.cpp index 6de454c..72131ef 100644 --- a/src/s3fs.cpp +++ b/src/s3fs.cpp @@ -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