Skip to content

Commit 7f0bcd2

Browse files
committed
delete misleading log output
1 parent 9187360 commit 7f0bcd2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/s3fs.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4879,10 +4879,7 @@ int main(int argc, char* argv[])
48794879
S3FS_PRN_EXIT("specifying both public_bucket and the access keys options is invalid.");
48804880
exit(EXIT_FAILURE);
48814881
}
4882-
if(passwd_file.size() > 0 && S3fsCurl::IsSetAccessKeyId()){
4883-
S3FS_PRN_EXIT("specifying both passwd_file and the access keys options is invalid.");
4884-
// exit(EXIT_FAILURE);
4885-
}
4882+
48864883
if(!S3fsCurl::IsPublicBucket()){
48874884
if(EXIT_SUCCESS != get_access_keys()){
48884885
exit(EXIT_FAILURE);

0 commit comments

Comments
 (0)