Skip to content

Commit ff41d59

Browse files
authored
Merge pull request #27 from liuyongqing/master
delete misleading log output
2 parents 9187360 + dd4c1e8 commit ff41d59

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
dnl Process this file with autoconf to produce a configure script.
1919

2020
AC_PREREQ(2.59)
21-
AC_INIT(cosfs, 1.0.9)
21+
AC_INIT(cosfs, 1.0.10)
2222
AC_CONFIG_HEADER([config.h])
2323

2424
AC_CANONICAL_SYSTEM

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)