From d1c638ab7ac7e2dcdcee03097da0ca18e6ea0b0f Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Thu, 10 Dec 2020 10:25:03 +0100 Subject: [PATCH] fix 404 error message --- src/s3fs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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